Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <!-- Action Bar styles -->
  2. <style
  3. name="MyActionBar"
  4. parent="@style/Widget.AppCompat.Light.ActionBar.Solid.Inverse">
  5.  
  6. <item name="android:background">#FF6600</item>
  7.  
  8. <!-- Support library compatibility -->
  9. <item name="background">#FF6600</item>
  10. </style>
  11.  
  12. <item name="background">#FF6600</item>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement