aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable/snackbar.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-07-14 09:13:08 +0200
committerChristian S <christian@pix-art.de>2015-07-14 09:13:08 +0200
commit169b4ba97f576cb2cbd8477ea0d3d6ed40276658 (patch)
tree74a60f38a1b170962a04fdceaa7e3726b766c291 /src/main/res/drawable/snackbar.xml
parentc0016b6fa7b778700c21e15baff58b03b1b1f8d6 (diff)
parentffffca10f0c3e399fbbcde200ea4758acc5ba03f (diff)
Merge branch 'development' of https://github.com/siacs/Conversations into siacs-development
Diffstat (limited to 'src/main/res/drawable/snackbar.xml')
-rw-r--r--src/main/res/drawable/snackbar.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/drawable/snackbar.xml b/src/main/res/drawable/snackbar.xml
index 951d7aee8..2645b1362 100644
--- a/src/main/res/drawable/snackbar.xml
+++ b/src/main/res/drawable/snackbar.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" >
- <solid android:color="@color/darkbackground" />
+ <solid android:color="@color/grey800" />
<corners android:radius="8dip" />