diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-07-02 14:36:42 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-07-02 14:36:42 +0200 |
commit | 9705c3625185bed4a86072229fbcb3348c88e007 (patch) | |
tree | 46ace83ff535b2842aca34f179a956e6ec606021 /src/main/res/layout/fragment_conversation.xml | |
parent | 5f07645b0b6a8e91bd8faadf782699266d824ed9 (diff) |
delete old color
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml index a66345e17..a8ec03d4f 100644 --- a/src/main/res/layout/fragment_conversation.xml +++ b/src/main/res/layout/fragment_conversation.xml @@ -3,7 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/lightyellow" + android:background="@color/grey200" android:clickable="false"> <ListView |