Skip to content

Commit

Permalink
set baselineAligned = false on main layout for better performance
Browse files Browse the repository at this point in the history
  • Loading branch information
bitmold committed Sep 23, 2020
1 parent e436df0 commit 5dad571
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/layout/layout_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/lblPorts"
android:orientation="horizontal">
android:orientation="horizontal"
android:baselineAligned="false">

<LinearLayout
android:layout_width="170dp"
Expand Down Expand Up @@ -156,7 +157,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/controls"
android:orientation="horizontal">
android:orientation="horizontal"
android:baselineAligned="false">

<LinearLayout
android:layout_width="170dp"
Expand Down

0 comments on commit 5dad571

Please sign in to comment.