aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/fragment_conversation.xml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/fragment_conversation.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/layout/fragment_conversation.xml b/src/main/res/layout/fragment_conversation.xml
index b38cc72a5..25ab8fbef 100644
--- a/src/main/res/layout/fragment_conversation.xml
+++ b/src/main/res/layout/fragment_conversation.xml
@@ -118,8 +118,10 @@
android:maxLines="6"
android:minHeight="48dp"
android:minLines="1"
+ android:paddingStart="8dp"
android:paddingLeft="8dp"
android:paddingTop="12dp"
+ android:paddingEnd="8dp"
android:paddingRight="8dp"
android:paddingBottom="12dp"
android:singleLine="false"
@@ -145,7 +147,9 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_above="@+id/input"
+ android:layout_marginStart="8dp"
android:layout_marginLeft="8dp"
+ android:layout_marginEnd="8dp"
android:layout_marginRight="8dp"
android:layout_marginBottom="4dp"
android:background="@drawable/snackbar"
@@ -172,8 +176,10 @@
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
+ android:paddingStart="24dp"
android:paddingLeft="24dp"
android:paddingTop="16dp"
+ android:paddingEnd="24dp"
android:paddingRight="24dp"
android:paddingBottom="16dp"
android:textAllCaps="true"
@@ -185,8 +191,10 @@
android:id="@+id/messagehint"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
+ android:layout_marginStart="8dp"
android:layout_marginLeft="8dp"
android:layout_marginTop="4dp"
+ android:layout_marginEnd="8dp"
android:layout_marginRight="8dp"
android:background="@drawable/date_bubble"
android:minHeight="48dp"