aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_status.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-07-19 22:34:47 +0200
committerDaniel Gultsch <daniel@gultsch.de>2015-07-20 16:02:18 +0200
commitdcf9117451877b1add21543910224b2120367393 (patch)
treed11396e5deb8816ec848644c833705225b21dc19 /src/main/res/layout/message_status.xml
parente6cb12dfe414497b4317820497985c110cb81864 (diff)
changed sizes of avatars and padding in new message bubbles
Diffstat (limited to 'src/main/res/layout/message_status.xml')
-rw-r--r--src/main/res/layout/message_status.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/res/layout/message_status.xml b/src/main/res/layout/message_status.xml
index 99a09527..222e23f5 100644
--- a/src/main/res/layout/message_status.xml
+++ b/src/main/res/layout/message_status.xml
@@ -3,15 +3,15 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:paddingBottom="2dp"
+ android:paddingBottom="5dp"
android:paddingLeft="8dp"
android:paddingRight="8dp"
- android:paddingTop="2dp" >
+ android:paddingTop="5dp" >
<ImageView
android:id="@+id/message_photo"
- android:layout_width="24dp"
- android:layout_height="24dp"
+ android:layout_width="32dp"
+ android:layout_height="32dp"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:layout_marginRight="-1.5dp"