]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout-w900dp/domains_fragments.xml
Add the option to move the app bar to the bottom of the screen. https://redmine.stout...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout-w900dp / domains_fragments.xml
index 15a55f43d89cf9552b219b2f3451c502a56b82f8..37a0d5fd18dcc3ee729d7bd436414d955ffab2fa 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2017,2021 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
   You should have received a copy of the GNU General Public License
   along with Privacy Browser.  If not, see <http://www.gnu.org/licenses/>. -->
 
-<!-- `android:baselineAligned="False"` reduces unneeded computational overhead with `RecyclerViews`. -->
+<!-- `android:baselineAligned="False"` reduces unneeded computational overhead with the linear layout. -->
 <LinearLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
     xmlns:tools="http://schemas.android.com/tools"
     tools:context=".activities.DomainsActivity"
+    android:layout_height="0dp"
     android:layout_width="match_parent"
-    android:layout_height="match_parent"
+    android:layout_weight="1"
     android:orientation="horizontal"
     android:baselineAligned="false"
     android:divider="?android:attr/dividerHorizontal"