commit 5dad571ed22b21c2a3dc430271fe3632754f80db Author: bim dsnake@protonmail.com Date: Wed Sep 23 12:21:30 2020 -0400
set baselineAligned = false on main layout for better performance --- app/src/main/res/layout/layout_main.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app/src/main/res/layout/layout_main.xml b/app/src/main/res/layout/layout_main.xml index 7ff57108..1a76eb12 100644 --- a/app/src/main/res/layout/layout_main.xml +++ b/app/src/main/res/layout/layout_main.xml @@ -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" @@ -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"
tor-commits@lists.torproject.org