aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/message_date_bubble.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_date_bubble.xml
parentcbd372c6721e9ca8c55d09490c97801f0485f3f6 (diff)
add RTL support
Diffstat (limited to '')
-rw-r--r--src/main/res/layout/message_date_bubble.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/res/layout/message_date_bubble.xml b/src/main/res/layout/message_date_bubble.xml
index cc46a32f4..19183e0c7 100644
--- a/src/main/res/layout/message_date_bubble.xml
+++ b/src/main/res/layout/message_date_bubble.xml
@@ -3,10 +3,12 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:paddingBottom="5dp"
+ android:paddingStart="8dp"
android:paddingLeft="8dp"
+ android:paddingTop="5dp"
+ android:paddingEnd="8dp"
android:paddingRight="8dp"
- android:paddingTop="5dp">
+ android:paddingBottom="5dp">
<LinearLayout
android:id="@+id/message_box"