Set android:baselineAligned="false" on this element for better performance

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2023-04-01 16:34:46 +02:00
parent 15d68b678b
commit bc13def4a9
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -47,6 +47,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:baselineAligned="false"
android:orientation="horizontal">
<RelativeLayout