aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-07-02 14:36:42 +0200
committerChristian Schneppe <christian@pix-art.de>2016-07-02 14:36:42 +0200
commit9705c3625185bed4a86072229fbcb3348c88e007 (patch)
tree46ace83ff535b2842aca34f179a956e6ec606021 /src/main/res
parent5f07645b0b6a8e91bd8faadf782699266d824ed9 (diff)
delete old color
Diffstat (limited to 'src/main/res')
-rw-r--r--src/main/res/layout/fragment_conversation.xml2
-rw-r--r--src/main/res/values/colors.xml1
2 files changed, 1 insertions, 2 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
diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml
index 698d8e36e..5ecfacaac 100644
--- a/src/main/res/values/colors.xml
+++ b/src/main/res/values/colors.xml
@@ -12,7 +12,6 @@
<color name="white">#ffe2e7f1</color>
<color name="white70">#b2e2e7f1</color>
<color name="grey50">#fafafa</color>
- <color name="lightyellow">#ffF7F2E0</color>
<color name="grey200">#ffeeeeee</color>
<color name="grey500">#ff9e9e9e</color>
<color name="grey800">#ff424242</color>