layout changes

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-02-24 13:15:26 +01:00 committed by Marcel Hibbe
parent 2604c56263
commit e1830ce296
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B
2 changed files with 9 additions and 5 deletions

View File

@ -74,7 +74,7 @@
android:textColor="@color/no_emphasis_text"
android:textIsSelectable="false"
android:gravity = "end"
app:layout_alignSelf="center"
app:layout_alignSelf="flex_end"
app:layout_flexGrow="1"
app:layout_wrapBefore="false"
tools:text="12:38" />
@ -86,10 +86,11 @@
android:layout_height="wrap_content"
android:layout_below="@id/messageText"
android:layout_marginStart="8dp"
android:gravity="end"
android:alpha="0.6"
android:textColor="@color/no_emphasis_text"
android:textIsSelectable="false"
app:layout_alignSelf="center"
app:layout_alignSelf="flex_end"
android:text = "@string/hint_edited_message"
android:textSize="12sp">

View File

@ -53,7 +53,8 @@
android:gravity="end"
android:textColor="@color/no_emphasis_text"
android:textIsSelectable="false"
app:layout_alignSelf="center"
app:layout_alignSelf="flex_end"
android:layout_gravity="end"
app:layout_flexGrow="1"
app:layout_wrapBefore="false"
tools:text="10:35" />
@ -67,7 +68,8 @@
android:alpha="0.6"
android:textColor="@color/no_emphasis_text"
android:textIsSelectable="false"
app:layout_alignSelf="center"
android:gravity="end"
app:layout_alignSelf="flex_end"
android:text = "@string/hint_edited_message"
android:textSize="12sp">
@ -80,7 +82,8 @@
android:layout_below="@id/messageTime"
android:layout_marginStart="8dp"
android:contentDescription="@null"
app:layout_alignSelf="center"
app:layout_alignSelf="flex_end"
android:gravity="end"
app:tint="@color/high_emphasis_text"
tools:src="@drawable/ic_check_all" />