aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/drawable
diff options
context:
space:
mode:
authoriNPUTmice <daniel@gultsch.de>2014-11-17 01:54:01 +0100
committeriNPUTmice <daniel@gultsch.de>2014-11-17 01:54:01 +0100
commit967cd922e15fe919f8c8d42763eb8960198a33d4 (patch)
treecfe1fe908d56c45de1dc9034f0c642ec4daac062 /src/main/res/drawable
parent2036c58cd7793c25ce227bdc44f0377b07be45e1 (diff)
highlight muc members by touching their name in muc details. fixed #503
Diffstat (limited to 'src/main/res/drawable')
-rw-r--r--src/main/res/drawable/grey.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/drawable/grey.xml b/src/main/res/drawable/grey.xml
index 2e90d96d..96e03d2d 100644
--- a/src/main/res/drawable/grey.xml
+++ b/src/main/res/drawable/grey.xml
@@ -2,6 +2,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
- <solid android:color="#ffdddddd" />
+ <solid android:color="@color/divider" />
</shape> \ No newline at end of file