aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r--app/src/main/res/values/styles.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 9f0eb8e..0b3ed77 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -47,6 +47,10 @@
47 <item name="android:clickable">true</item> 47 <item name="android:clickable">true</item>
48 </style> 48 </style>
49 49
50 <style name="AppTheme.ListBlock.Placeholder">
51 <item name="android:textStyle">italic</item>
52 </style>
53
50 <style name="AppTheme.BlockTitle"> 54 <style name="AppTheme.BlockTitle">
51 <item name="android:layout_width">match_parent</item> 55 <item name="android:layout_width">match_parent</item>
52 <item name="android:layout_height">wrap_content</item> 56 <item name="android:layout_height">wrap_content</item>