Advertisement
Duveaux

themes.xml

May 25th, 2013
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.49 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3.     <style name="Theme.TranslucentActionBar" parent="Theme.Sherlock.Light">
  4.         <item name="actionBarStyle">@style/Widget.ActionBar</item>
  5.     </style>
  6.  
  7.     <style name="Theme.TranslucentActionBar.ActionBar" />
  8.  
  9.     <style name="Theme.TranslucentActionBar.ActionBar.Overlay">
  10.         <item name="actionBarStyle">@style/Widget.ActionBar.Transparent</item>
  11.         <item name="windowActionBarOverlay">true</item>
  12.     </style>
  13. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement