aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/fragment_conversation.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-01-04 10:04:35 +0100
committerChristian Schneppe <christian@pix-art.de>2019-01-04 10:43:34 +0100
commit6df66c6592e42e1dcbf515222bf3ab5b9178eb18 (patch)
tree66e25c51944cb8b7ac60ecd6936b1e7d1343186e /src/main/res/layout/fragment_conversation.xml
parentcbd372c6721e9ca8c55d09490c97801f0485f3f6 (diff)
add RTL support
Diffstat (limited to 'src/main/res/layout/fragment_conversation.xml')
-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"