mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01:00
align layout properly
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
3f1bf691cd
commit
bfc9251e80
@ -64,11 +64,20 @@
|
||||
app:layout_wrapBefore="true"
|
||||
tools:text="Talk to you later!" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="4dp"
|
||||
android:layout_marginStart="8dp"
|
||||
android:gravity="end"
|
||||
android:orientation="horizontal"
|
||||
android:layout_below="@id/messageText"
|
||||
app:layout_alignSelf="flex_end">
|
||||
|
||||
<TextView
|
||||
android:id="@id/messageTime"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/messageText"
|
||||
android:layout_marginStart="8dp"
|
||||
android:alpha="0.6"
|
||||
android:textColor="@color/no_emphasis_text"
|
||||
@ -84,7 +93,6 @@
|
||||
android:id="@+id/messageEditIndicator"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/messageText"
|
||||
android:layout_marginStart="8dp"
|
||||
android:gravity="end"
|
||||
android:alpha="0.6"
|
||||
@ -95,6 +103,7 @@
|
||||
android:textSize="12sp">
|
||||
|
||||
</TextView>
|
||||
</LinearLayout>
|
||||
|
||||
<include
|
||||
android:id="@+id/reactions"
|
||||
|
Loading…
Reference in New Issue
Block a user