diff options
Diffstat (limited to '')
-rw-r--r-- | src/main/res/layout/fragment_conversation.xml | 6 |
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> |