aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-23 20:17:47 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-23 20:17:47 +0200
commit419834566b33a938641f74242c9912b80c79bb72 (patch)
tree8c9a6f36b902e1ca14e480f411368d5d0de1e7f9 /src/main/res/values/styles.xml
parent7e02920f4550f088dd726501f2c3978e6010b726 (diff)
use font size in action view
Diffstat (limited to '')
-rw-r--r--src/main/res/values/styles.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml
index f68544de7..03ff3a9d6 100644
--- a/src/main/res/values/styles.xml
+++ b/src/main/res/values/styles.xml
@@ -25,6 +25,11 @@
<item name="android:textSize">?TextSizeInput</item>
</style>
+ <style name="Widget.Conversations.SearchView" parent="Widget.Conversations.EditText">
+ <item name="android:textColor">@color/white</item>
+ <item name="android:textColorHint">@color/white70</item>
+ </style>
+
<style name="Widget.Conversations.CheckBox" parent="Widget.AppCompat.CompoundButton.CheckBox">
<item name="android:textSize">?TextSizeBody1</item>
</style>