Rearrange xml entries for layout

This commit is contained in:
Prathamesh More 2021-09-16 18:29:31 +05:30
parent 9aa897fe7d
commit 9f6ecc267b
59 changed files with 226 additions and 225 deletions

View file

@ -23,9 +23,9 @@
android:id="@+id/tgFab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|end"
android:layout_alignParentBottom="true"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
android:layout_gravity="bottom|end"
android:layout_margin="16dp"
android:text="@string/view_on_telegram"
app:icon="@drawable/ic_telegram_white" />