]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/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 / domains_fragments.xml
index b706f2eb87189e2af62c51f2347be0cddacd1656..7271f48fb9e1785be1eb1052ffa873d711939289 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>.
 
@@ -21,5 +21,6 @@
 <RelativeLayout
     android:id="@+id/domains_listview_fragment_container"
     xmlns:android="http://schemas.android.com/apk/res/android"
-    android:layout_height="match_parent"
-    android:layout_width="match_parent" />
\ No newline at end of file
+    android:layout_height="0dp"
+    android:layout_width="match_parent"
+    android:layout_weight="1" />
\ No newline at end of file