2014-05-06 19:18:32 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
|
|
<!-- Generated with http://android-holo-colors.com -->
|
|
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
2015-01-13 22:18:40 +01:00
|
|
|
<style name="AutoCompleteTextViewKeychainTheme" parent="android:Widget.Holo.Light.AutoCompleteTextView">
|
|
|
|
|
<item name="android:dropDownSelector">@drawable/keychaintheme_list_selector_holo_light</item>
|
|
|
|
|
<item name="android:background">@drawable/keychaintheme_edit_text_holo_light</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2014-05-06 19:18:32 +02:00
|
|
|
<style name="ButtonKeychainTheme" parent="android:Widget.Holo.Light.Button">
|
|
|
|
|
<item name="android:background">@drawable/keychaintheme_btn_default_holo_light</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="ImageButtonKeychainTheme" parent="android:Widget.Holo.Light.ImageButton">
|
|
|
|
|
<item name="android:background">@drawable/keychaintheme_btn_default_holo_light</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="SpinnerKeychainTheme" parent="android:Widget.Holo.Light.Spinner">
|
|
|
|
|
<item name="android:background">@drawable/keychaintheme_spinner_background_holo_light</item>
|
|
|
|
|
<item name="android:dropDownSelector">@drawable/keychaintheme_list_selector_holo_light</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="ProgressBarKeychainTheme" parent="android:Widget.Holo.Light.ProgressBar.Horizontal">
|
|
|
|
|
<item name="android:progressDrawable">@drawable/keychaintheme_progress_horizontal_holo_light</item>
|
|
|
|
|
<item name="android:indeterminateDrawable">@drawable/keychaintheme_progress_indeterminate_horizontal_holo_light</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
2015-01-13 22:18:40 +01:00
|
|
|
<style name="SeekBarKeychainTheme" parent="android:Widget.Holo.Light.SeekBar">
|
|
|
|
|
<item name="android:progressDrawable">@drawable/keychaintheme_scrubber_progress_horizontal_holo_light</item>
|
|
|
|
|
<item name="android:indeterminateDrawable">@drawable/keychaintheme_scrubber_progress_horizontal_holo_light</item>
|
|
|
|
|
<item name="android:thumb">@drawable/keychaintheme_scrubber_control_selector_holo_light</item>
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<style name="ToggleKeychainTheme" parent="android:Widget.Holo.Light.Button.Toggle">
|
|
|
|
|
<item name="android:background">@drawable/keychaintheme_btn_toggle_holo_light</item>
|
2014-05-06 19:18:32 +02:00
|
|
|
</style>
|
|
|
|
|
|
2015-01-13 22:18:40 +01:00
|
|
|
</resources>
|