aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_sent.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-07-23 09:31:29 +0200
committerChristian S <christian@pix-art.de>2015-07-23 09:31:29 +0200
commit98cc2023b1a57f6b8a3f605ff699fa624eed1bd6 (patch)
tree57c8aeaf5e3d5942435b90eb8a568ebc37cdee7b /src/main/res/layout/message_sent.xml
parent5ffeed8edb2ad89f942631b93472282313d1559b (diff)
parentcd204d5931a6cf0289d2df120f278864b8b94fdf (diff)
copy commits
Diffstat (limited to 'src/main/res/layout/message_sent.xml')
-rw-r--r--src/main/res/layout/message_sent.xml20
1 files changed, 11 insertions, 9 deletions
diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml
index b14462399..ac8ccfd93 100644
--- a/src/main/res/layout/message_sent.xml
+++ b/src/main/res/layout/message_sent.xml
@@ -1,14 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingBottom="3dp"
- android:paddingLeft="8dp"
- android:paddingRight="8dp"
- android:paddingTop="3dp">
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:paddingBottom="3dp"
+ android:paddingLeft="8dp"
+ android:paddingRight="8dp"
+ android:paddingTop="3dp">
- <ImageView
+ <com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/message_photo"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
@@ -17,7 +18,8 @@
android:src="@drawable/ic_profile"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
- android:layout_alignParentEnd="true"/>
+ android:layout_alignParentEnd="true"
+ app:riv_corner_radius="2dp" />
<LinearLayout
android:id="@+id/message_box"