aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/values/styles.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/styles.xml b/src/main/res/values/styles.xml
index 3c6edba4f..11430e064 100644
--- a/src/main/res/values/styles.xml
+++ b/src/main/res/values/styles.xml
@@ -36,6 +36,7 @@
<item name="android:textColorHint">@color/white70</item>
<item name="android:background">@android:color/transparent</item>
<item name="android:textSize">18sp</item>
+ <item name="android:textCursorDrawable">@drawable/white_cursor</item>
</style>
<style name="Widget.Conversations.CheckBox" parent="Widget.AppCompat.CompoundButton.CheckBox">