Przeglądaj źródła

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

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 2 lat temu
rodzic
commit
bc13def4a9

+ 1 - 0
app/src/main/res/layout-land/activity_profile.xml

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