aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/conversation_list_row.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-13 23:33:56 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-21 23:49:06 +0200
commit2e43a5c0a6176911f0ab86b3c55dd57845b45f30 (patch)
tree5448c941e6a23944340afef3d456d00b2bbd50a9 /src/main/res/layout/conversation_list_row.xml
parent0be385fec3caee21a5eab3b9ca2c659749b4a1aa (diff)
more theme working
Diffstat (limited to 'src/main/res/layout/conversation_list_row.xml')
-rw-r--r--src/main/res/layout/conversation_list_row.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml
index 1e034482f..8936f7622 100644
--- a/src/main/res/layout/conversation_list_row.xml
+++ b/src/main/res/layout/conversation_list_row.xml
@@ -7,18 +7,18 @@
<View
android:layout_width="fill_parent"
android:layout_height="match_parent"
- android:background="@color/primary" />
+ android:background="?attr/color_background_primary" />
<FrameLayout
android:id="@+id/swipeable_item"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:background="@color/grey50">
+ android:background="?attr/color_background_primary">
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
- android:background="?attr/selectableItemBackgroundBorderless"
+ android:background="?attr/color_background_secondary"
android:orientation="horizontal"
android:padding="8dp">
@@ -30,7 +30,7 @@
android:background="@drawable/message_border"
android:padding="1dp"
android:scaleType="centerCrop"
- app:riv_border_color="@color/grey500"
+ app:riv_border_color="?attr/color_border"
app:riv_border_width="1dp"
app:riv_corner_radius="28dp" />
@@ -50,6 +50,7 @@
android:ellipsize="end"
android:maxLines="1"
android:paddingRight="4dp"
+ android:textColor="?attr/text_Color_Main"
android:textAppearance="@style/TextAppearance.AppCompat.Subhead" />
<RelativeLayout