Advertisement
Guest User

Untitled

a guest
Sep 12th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!-- Generated with http://android-holo-colors.com -->
  4. <resources xmlns:android="http://schemas.android.com/apk/res/android">
  5.  
  6.   <style name="AutoCompleteTextViewAppTheme" parent="android:Widget.Holo.Light.AutoCompleteTextView">
  7.       <item name="android:dropDownSelector">@drawable/list_selector_holo_light</item>
  8.         <item name="android:background">@drawable/edit_text_holo_light</item>
  9.   </style>
  10.  
  11.   <style name="SpinnerAppTheme" parent="android:Widget.Holo.Light.Spinner">
  12.       <item name="android:background">@drawable/spinner_background_holo_light</item>
  13.       <item name="android:dropDownSelector">@drawable/list_selector_holo_light</item>
  14.   </style>
  15.  
  16. </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement