Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <!-- the theme applied to the application or activity -->
  2. <style name="CustomActionBarTheme"
  3. parent="@android:style/Theme.AppCompat">
  4. <item name="android:windowActionBarOverlay">true</item>
  5.  
  6. <!-- Support library compatibility -->
  7. <item name="windowActionBarOverlay">true</item>
  8. </style>
  9.  
  10. <!-- Support library compatibility -->
  11. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent"
  14. android:paddingTop="?attr/actionBarSize">
  15. ...
  16. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement