aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_sent.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/message_sent.xml
parentcbd372c6721e9ca8c55d09490c97801f0485f3f6 (diff)
add RTL support
Diffstat (limited to 'src/main/res/layout/message_sent.xml')
-rw-r--r--src/main/res/layout/message_sent.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/res/layout/message_sent.xml b/src/main/res/layout/message_sent.xml
index 295a231b3..e11352dbb 100644
--- a/src/main/res/layout/message_sent.xml
+++ b/src/main/res/layout/message_sent.xml
@@ -4,8 +4,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
+ android:paddingStart="8dp"
android:paddingLeft="8dp"
android:paddingTop="3dp"
+ android:paddingEnd="8dp"
android:paddingRight="8dp"
android:paddingBottom="3dp">
@@ -36,7 +38,9 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
+ android:layout_marginStart="4dp"
android:layout_marginLeft="4dp"
+ android:layout_marginEnd="4dp"
android:layout_marginRight="4dp"
android:layout_toStartOf="@+id/message_photo_box"
android:layout_toLeftOf="@+id/message_photo_box"
@@ -63,7 +67,7 @@
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="right"
+ android:layout_gravity="end"
android:orientation="horizontal"
android:paddingBottom="2dp">