回答編集履歴

1

コード修正

2015/07/14 15:14

投稿

terushu
terushu

スコア358

test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  <resources>
10
10
 
11
- <style name="AppTheme" parent="Theme.AppCompat.Light">
11
+ <style name="AppTheme" parent="@style/Theme.AppCompat.Light">
12
12
 
13
13
  <item name="android:actionBarStyle">@style/MyActionBarTheme</item>
14
14
 
@@ -16,7 +16,7 @@
16
16
 
17
17
 
18
18
 
19
- <style name="MyActionBarTheme" parent="Widget.AppCompat.ActionBar">
19
+ <style name="MyActionBarTheme" parent="@style/Widget.AppCompat.ActionBar">
20
20
 
21
21
  <item name="android:background">@color/main_blue</item>
22
22