File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 44 <item name =" colorPrimary" >@color/colorPrimary</item >
55 <item name =" colorPrimaryDark" >@color/colorPrimaryDark</item >
66 <item name =" colorAccent" >@color/colorAccent</item >
7+ <item name =" actionBarStyle" >@style/AppTheme.ActionBarStyle</item >
78 </style >
89
910 <style name =" MyWidgetConfigTheme" parent =" @style/AppTheme" >
1011 <item name =" android:windowBackground" >@android:color/transparent</item >
1112 <item name =" android:windowShowWallpaper" >true</item >
1213 </style >
1314
15+ <style name =" AppTheme.ActionBarStyle" parent =" @style/Base.Widget.AppCompat.ActionBar" >
16+ <item name =" background" >@color/colorPrimary</item >
17+ <item name =" titleTextStyle" >@style/AppTheme.ActionBar.TitleTextStyle</item >
18+ </style >
19+
20+ <style name =" AppTheme.ActionBar.TitleTextStyle" parent =" @android:style/TextAppearance.Holo.Widget.ActionBar.Title" >
21+ <item name =" android:fontFamily" >sans-serif</item >
22+ <item name =" android:textSize" >20sp</item >
23+ </style >
1424</resources >
You can’t perform that action at this time.
0 commit comments