aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values-v11/styles_keychaintheme.xml
blob: 0b6c4c4f5f1b9df0b6fe1ad741f2d2709d9100fb (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
<?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="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="SectionHeader">
      <item name="android:drawableBottom">@drawable/section_header</item>
      <item name="android:drawablePadding">4dp</item>
      <item name="android:layout_marginTop">8dp</item>
      <item name="android:paddingLeft">8dp</item>
      <item name="android:textAllCaps">true</item>
      <item name="android:textStyle">bold</item>
      <item name="android:textColor">@color/emphasis</item>
      <item name="android:textSize">14sp</item>
  </style>

</resources>