aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/themes_keychaintheme.xml
blob: ce6922ba0d97ce47823d6d563d7eb963fb99d4ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?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="HoloKeychainTheme" parent="@style/_KeychainTheme"/>

  <style name="_KeychainTheme" parent="Base.Theme.AppCompat.Light">

    <item name="android:editTextBackground">@drawable/keychaintheme_edit_text_holo_light</item>

    <item name="android:textColorHighlight">#994caf50</item>
    <item name="android:textSelectHandleLeft">@drawable/keychaintheme_text_select_handle_left</item>
    <item name="android:textSelectHandleRight">@drawable/keychaintheme_text_select_handle_right</item>
    <item name="android:textSelectHandle">@drawable/keychaintheme_text_select_handle_middle</item>

    <item name="android:autoCompleteTextViewStyle">@style/AutoCompleteTextViewKeychainTheme</item>

    <item name="android:listChoiceIndicatorMultiple">@drawable/keychaintheme_btn_check_holo_light</item>

    <item name="android:listChoiceIndicatorSingle">@drawable/keychaintheme_btn_radio_holo_light</item>

    <item name="android:buttonStyle">@style/ButtonKeychainTheme</item>

    <item name="android:imageButtonStyle">@style/ImageButtonKeychainTheme</item>

    <item name="android:dropDownSpinnerStyle">@style/SpinnerKeychainTheme</item>

    <item name="android:progressBarStyleHorizontal">@style/ProgressBarKeychainTheme</item>

    <item name="android:seekBarStyle">@style/SeekBarKeychainTheme</item>

    <item name="android:buttonStyleToggle">@style/ToggleKeychainTheme</item>

    <item name="android:listChoiceBackgroundIndicator">@drawable/keychaintheme_list_selector_holo_light</item>

    <item name="android:activatedBackgroundIndicator">@drawable/keychaintheme_activated_background_holo_light</item>

    <item name="android:fastScrollThumbDrawable">@drawable/keychaintheme_fastscroll_thumb_holo</item>

  </style>

</resources>