diff options
author | iNPUTmice <daniel@gultsch.de> | 2014-07-04 16:13:52 +0200 |
---|---|---|
committer | iNPUTmice <daniel@gultsch.de> | 2014-07-04 16:13:52 +0200 |
commit | 99eb1743e3eb94f85ec0eddeaec81245a9ffed08 (patch) | |
tree | 0ce28dbe43e4914b0ab6de8a1a62106161833849 /res/layout/message_sent.xml | |
parent | 65d62cced47d430d7b33ca53b45015fb86967e31 (diff) |
small ui overhauls. unified text sizes. made text a bit smaller. moved messages more closer together
Diffstat (limited to 'res/layout/message_sent.xml')
-rw-r--r-- | res/layout/message_sent.xml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/res/layout/message_sent.xml b/res/layout/message_sent.xml index fbc95898..b9c2ee10 100644 --- a/res/layout/message_sent.xml +++ b/res/layout/message_sent.xml @@ -3,7 +3,10 @@ android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" - android:padding="8dp" > + android:paddingLeft="8dp" + android:paddingRight="8dp" + android:paddingBottom="4dp" + android:paddingTop="4dp"> <LinearLayout android:id="@+id/message_box" @@ -20,7 +23,10 @@ android:background="#ededed" android:orientation="vertical" android:gravity="center_vertical" - android:padding="3dp" > + android:paddingTop="4dp" + android:paddingBottom="4dp" + android:paddingRight="5dp" + android:paddingLeft="5dp"> <ImageView android:id="@+id/message_image" @@ -39,13 +45,14 @@ android:autoLink="web" android:textIsSelectable="true" android:textColor="#333333" - android:textSize="16sp" /> + android:textSize="14sp" /> <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal" - android:layout_gravity="right"> + android:layout_gravity="right" + android:paddingTop="1dp"> <TextView android:id="@+id/message_time" |