aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/conversation_list_row.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-07-21 02:21:34 +0200
committerDaniel Gultsch <daniel@gultsch.de>2015-07-21 02:21:34 +0200
commit74e05023b4f884b31876357c013513c51aff5369 (patch)
treeb3ced8d3f301a3520599992eca62cb841a18aaa7 /src/main/res/layout/conversation_list_row.xml
parentb7ff2c34614a92f3893732338f75cb0f7fe77d32 (diff)
very subtle
Diffstat (limited to 'src/main/res/layout/conversation_list_row.xml')
-rw-r--r--src/main/res/layout/conversation_list_row.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/main/res/layout/conversation_list_row.xml b/src/main/res/layout/conversation_list_row.xml
index 28e526e0..15fa60af 100644
--- a/src/main/res/layout/conversation_list_row.xml
+++ b/src/main/res/layout/conversation_list_row.xml
@@ -1,7 +1,8 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:descendantFocusability="blocksDescendants">
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:descendantFocusability="blocksDescendants">
<View
android:layout_width="fill_parent"
@@ -21,12 +22,13 @@
android:orientation="horizontal"
android:padding="8dp" >
- <ImageView
+ <com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/conversation_image"
android:layout_width="56dp"
android:layout_height="56dp"
android:layout_alignParentLeft="true"
- android:scaleType="centerCrop" />
+ android:scaleType="centerCrop"
+ app:riv_corner_radius="2dp" />
<RelativeLayout
android:layout_width="fill_parent"