Fix approval text position when input bar is gone (#1181)

This commit is contained in:
Andrew 2023-05-11 09:30:39 +09:30 committed by GitHub
parent 99cb10f5be
commit ba3566f7e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -128,6 +128,7 @@
android:textSize="12sp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignWithParentIfMissing="true"
android:layout_above="@id/messageRequestBar"/>
<RelativeLayout