diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-11-17 01:54:01 +0100 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-11-17 01:54:01 +0100 |
commit | 967cd922e15fe919f8c8d42763eb8960198a33d4 (patch) | |
tree | cfe1fe908d56c45de1dc9034f0c642ec4daac062 /src/main/res | |
parent | 2036c58cd7793c25ce227bdc44f0377b07be45e1 (diff) |
highlight muc members by touching their name in muc details. fixed #503
Diffstat (limited to '')
-rw-r--r-- | src/main/res/drawable/grey.xml | 2 |
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 |