Advertisement
Guest User

Values/strings.xml

a guest
Oct 25th, 2014
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.79 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources xmlns:android="http://schemas.android.com/apk/res/android">
  3.     <!-- the theme applied to the application or activity -->
  4.     <style name="AppBaseTheme"
  5.           parent="@style/Theme.AppCompat.Light.DarkActionBar">
  6.         <item name="actionBarStyle">@style/MyActionBar</item>
  7.         <item name="android:textColor">#c7c7c7</item>
  8.     </style>
  9.  
  10.     <!-- ActionBar styles -->
  11.     <style name="MyActionBar"
  12.           parent="@style/Widget.AppCompat.Light.ActionBar">
  13.         <item name="background">@color/green</item>
  14.     </style>
  15.      <style name="LaucherTheme">
  16.         <item name="android:textColor">#FFFFFF</item>
  17.         <item name="windowActionBar">false</item>
  18.         <item name="android:windowTitleSize">0dp</item>
  19.     </style>
  20. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement