aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/fragment_conversation.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-20 22:31:16 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-20 22:42:23 +0200
commit516da5145406af146ba267ce874a1c8d20059918 (patch)
treee9d46e68456262390f486ca154c20fc5f685393b /src/main/res/layout/fragment_conversation.xml
parentea44db4c633ba5ede5044aaa089819a817060d28 (diff)
changed colors to standard from @color and add border to images
Diffstat (limited to 'src/main/res/layout/fragment_conversation.xml')
-rw-r--r--src/main/res/layout/fragment_conversation.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml
index 88f2cbb28..a66345e17 100644
--- a/src/main/res/layout/fragment_conversation.xml
+++ b/src/main/res/layout/fragment_conversation.xml
@@ -13,7 +13,7 @@
android:layout_above="@+id/snackbar"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
- android:background="@color/background_floating_material_light"
+ android:background="@color/grey200"
android:divider="@null"
android:dividerHeight="0dp"
android:listSelector="@android:color/transparent"
@@ -30,7 +30,7 @@
android:layout_alignParentLeft="true"
android:background="@color/grey200"
android:clickable="true"
- android:paddingTop="4dp"
+ android:paddingTop="2dp"
android:paddingLeft="2dp"
android:paddingBottom="2dp">
@@ -61,7 +61,7 @@
android:layout_height="48dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
- android:background="?android:selectableItemBackground"
+ android:background="@color/grey200"
android:src="@drawable/ic_send_text_offline" />
</RelativeLayout>