mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
5baabb7c4a
in lot view.
44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Generated with http://android-holo-colors.com -->
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<style name="GameDayTheme" parent="android:Theme.Holo">
|
|
|
|
<item name="android:editTextBackground">@drawable/gamedaytheme_edit_text_holo_dark</item>
|
|
|
|
<item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextViewGameDayTheme</item>
|
|
|
|
<item name="android:listChoiceIndicatorMultiple">@drawable/gamedaytheme_btn_check_holo_dark</item>
|
|
|
|
<item name="android:listChoiceIndicatorSingle">@drawable/gamedaytheme_btn_radio_holo_dark</item>
|
|
|
|
<item name="android:buttonStyle">@style/ButtonGameDayTheme</item>
|
|
|
|
<item name="android:imageButtonStyle">@style/ImageButtonGameDayTheme</item>
|
|
|
|
<item name="android:dropDownSpinnerStyle">@style/SpinnerGameDayTheme</item>
|
|
|
|
<item name="android:tabWidgetStyle">@style/TabWidgetGameDayTheme</item>
|
|
|
|
<item name="android:progressBarStyleHorizontal">@style/ProgressBarGameDayTheme</item>
|
|
|
|
<item name="android:seekBarStyle">@style/SeekBarGameDayTheme</item>
|
|
|
|
<item name="android:ratingBarStyle">@style/RatingBarGameDayTheme</item>
|
|
|
|
<item name="android:ratingBarStyleIndicator">@style/RatingBarBigGameDayTheme</item>
|
|
|
|
<item name="android:ratingBarStyleSmall">@style/RatingBarSmallGameDayTheme</item>
|
|
|
|
<item name="android:buttonStyleToggle">@style/ToggleGameDayTheme</item>
|
|
|
|
<item name="android:listChoiceBackgroundIndicator">@drawable/gamedaytheme_list_selector_holo_dark</item>
|
|
|
|
<item name="android:activatedBackgroundIndicator">@drawable/gamedaytheme_activated_background_holo_dark</item>
|
|
|
|
<item name="android:fastScrollThumbDrawable">@drawable/gamedaytheme_fastscroll_thumb_holo</item>
|
|
|
|
</style>
|
|
|
|
</resources> |