Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.85 KB | None | 0 0
  1.     <style name="Theme.BandsintownManager.Invite" parent="Theme.BandsintownManager.Main">
  2.         <item name="android:actionBarStyle">@style/Widget.BandsintownManager.Main.ActionBarInvite</item>
  3.     </style>
  4.  
  5.     <style name="Widget.BandsintownManager.Main.ActionBarInvite" parent="Widget.BandsintownManager.Main.ActionBar">
  6.         <item name="android:itemTextAppearance">@style/InviteActionBarMenuAppearance</item>
  7.         <item name="android:actionMenuTextAppearance">@style/InviteActionBarMenuAppearance</item>
  8.     </style>
  9.  
  10. <!-- neither of the above work, but if i put something like android:background inside of the above style it will work, which tells me that the problem isnt the style itself not being read by the activity -->
  11.  
  12.     <style name="InviteActionBarMenuAppearance">
  13.         <item name="android:textColor">@color/red</item>
  14.     </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement