aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-05-20 00:47:26 +0200
committerChristian Schneppe <christian@pix-art.de>2018-05-21 20:30:46 +0200
commit13c11f4100d14fb9d70adb0ca0a48019b29b26c6 (patch)
treefa28e030f842c916f5354e98e133c21d41113525 /src/main/res/values
parent07e2fb571407f5fac3a86a7a19885d90046fc897 (diff)
fix some crashes on Android 4 devices
Diffstat (limited to 'src/main/res/values')
-rw-r--r--src/main/res/values/themes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/themes.xml b/src/main/res/values/themes.xml
index 98065a8f6..2b57ae3b6 100644
--- a/src/main/res/values/themes.xml
+++ b/src/main/res/values/themes.xml
@@ -26,7 +26,7 @@
<item name="color_bubble_date">@color/lightgreen</item>
<item name="color_bubble_warning">@color/lightred</item>
- <item name="color_border">@color/grey500</item>
+ <item name="color_border">@color/grey800</item>
<item name="windowActionModeOverlay">true</item>
<item name="android:actionModeBackground">@color/accent</item>