diff options
Diffstat (limited to 'OpenKeychain/src/main/res/values')
5 files changed, 0 insertions, 106 deletions
diff --git a/OpenKeychain/src/main/res/values/colors_keychaintheme.xml b/OpenKeychain/src/main/res/values/colors_keychaintheme.xml deleted file mode 100644 index 26386e80b..000000000 --- a/OpenKeychain/src/main/res/values/colors_keychaintheme.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <color name="keychaintheme_color">#7bad45</color> -</resources> diff --git a/OpenKeychain/src/main/res/values/styles.xml b/OpenKeychain/src/main/res/values/styles.xml index 8420e0c13..8d8797bf0 100644 --- a/OpenKeychain/src/main/res/values/styles.xml +++ b/OpenKeychain/src/main/res/values/styles.xml @@ -1,24 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <resources> - <!-- Used in Android < 4 --> - - <style name="KeychainThemeOLD" parent="@style/Theme.AppCompat.Light"> - <item name="android:alertDialogStyle">@style/CustomDialogTheme</item> - </style> - - <!-- Ugly fix to make content background of Dialogs on Android < 4 white not black! --> - <style name="CustomDialogTheme" parent="@android:style/Theme.Dialog"> - <item name="android:fullDark">@drawable/popup_full_bright</item> - <!--<item name="android:topDark">@android:drawable/popup_full_dark</item>--> - <item name="android:centerDark">@drawable/popup_center_bright</item> - <!--<item name="android:bottomDark">@android:drawable/popup_bottom_dark</item>--> - <!--<item name="fullBright">@android:drawable/popup_full_bright</item>--> - <!--<item name="topBright">@android:drawable/popup_top_bright</item>--> - <!--<item name="centerBright">@android:drawable/popup_center_bright</item>--> - <!--<item name="bottomBright">@android:drawable/popup_bottom_bright</item>--> - <!--<item name="bottomMedium">@android:drawable/popup_bottom_medium</item>--> - <!--<item name="centerMedium">@android:drawable/popup_center_medium</item>--> - </style> <style name="CardViewHeader"> <item name="android:drawableBottom">@drawable/cardview_header</item> diff --git a/OpenKeychain/src/main/res/values/styles_keychaintheme.xml b/OpenKeychain/src/main/res/values/styles_keychaintheme.xml deleted file mode 100644 index 2913ad4c1..000000000 --- a/OpenKeychain/src/main/res/values/styles_keychaintheme.xml +++ /dev/null @@ -1,39 +0,0 @@ -<?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="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> - - <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> - - <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> - </style> - -</resources>
\ No newline at end of file diff --git a/OpenKeychain/src/main/res/values/themes.xml b/OpenKeychain/src/main/res/values/themes.xml index da616492c..c87895c01 100644 --- a/OpenKeychain/src/main/res/values/themes.xml +++ b/OpenKeychain/src/main/res/values/themes.xml @@ -3,7 +3,6 @@ <style name="KeychainTheme" parent="KeychainTheme.Base" /> - <!--<style name="KeychainTheme.Base" parent="HoloKeychainTheme">--> <style name="KeychainTheme.Base" parent="Theme.AppCompat.Light"> <item name="colorPrimary">@color/primary</item> <item name="colorPrimaryDark">@color/primary_dark</item> diff --git a/OpenKeychain/src/main/res/values/themes_keychaintheme.xml b/OpenKeychain/src/main/res/values/themes_keychaintheme.xml deleted file mode 100644 index ce6922ba0..000000000 --- a/OpenKeychain/src/main/res/values/themes_keychaintheme.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?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>
\ No newline at end of file |