aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/values/styles.xml')
-rw-r--r--src/main/res/values/styles.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml
index 1b3798eca..d8e201664 100644
--- a/src/main/res/values/styles.xml
+++ b/src/main/res/values/styles.xml
@@ -3,4 +3,11 @@
<style name="TextAppearance.Conversations.Body1.Secondary" parent="TextAppearance.AppCompat.Body1">
<item name="android:textColor">?android:textColorSecondary</item>
</style>
+
+ <style name="InputLabel" parent="TextAppearance.AppCompat.Caption">
+ <item name="android:paddingBottom">@dimen/input_label_vertical_spacing</item>
+ <item name="android:paddingLeft">@dimen/input_label_horizontal_spacing</item>
+ <item name="android:paddingRight">@dimen/input_label_horizontal_spacing</item>
+ </style>
+
</resources> \ No newline at end of file