aboutsummaryrefslogtreecommitdiffstats
path: root/main/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/res/values/styles.xml')
-rw-r--r--main/res/values/styles.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/main/res/values/styles.xml b/main/res/values/styles.xml
index 394e3d0..caa884a 100644
--- a/main/res/values/styles.xml
+++ b/main/res/values/styles.xml
@@ -26,6 +26,24 @@
<item name="android:capitalize">none</item>
</style>
+ <style name="checkbox" parent="@android:style/Widget.CompoundButton.CheckBox">
+ <item name="android:textColor">?text_color</item>
+ </style>
+
+ <style name="checkbox_full" parent="checkbox">
+ <item name="android:layout_width">fill_parent</item>
+ <item name="android:layout_height">wrap_content</item>
+ </style>
+
+ <style name="radiobutton" parent="@android:style/Widget.CompoundButton.RadioButton">
+ <item name="android:textColor">?text_color</item>
+ </style>
+
+ <style name="radiobutton_wrap" parent="radiobutton">
+ <item name="android:layout_width">wrap_content</item>
+ <item name="android:layout_height">wrap_content</item>
+ </style>
+
<!-- own definitions -->
<!-- actionbar -->
<style name="action_bar">