Advertisement
Guest User

Untitled

a guest
Sep 12th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.90 KB | None | 0 0
  1. <resources>
  2.     <!--
  3.         Base application theme for API 11+. This theme completely replaces
  4.         AppBaseTheme from res/values/styles.xml on API 11+ devices.
  5.  
  6.  
  7.     -->
  8.     <!-- API 11 theme customizations can go here. -->
  9.     <style name="MyAndroidTheme" parent="android:Theme.Holo.Light.DarkActionBar">
  10.         <item name="android:editTextBackground">@drawable/edit_text_holo_light</item>
  11.         <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextViewAppTheme</item>
  12.         <item name="android:listChoiceIndicatorMultiple">@drawable/btn_check_holo_light</item>
  13.         <item name="android:dropDownSpinnerStyle">@style/SpinnerAppTheme</item>
  14.         <item name="android:listChoiceBackgroundIndicator">@drawable/list_selector_holo_light</item>
  15.         <item name="android:activatedBackgroundIndicator">@drawable/activated_background_holo_light</item>
  16.     </style>
  17.  
  18. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement