]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout-w900dp/domains_list.xml
Create a dark theme for `DomainsActivity` and `DomainsSettingsActivity`.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout-w900dp / domains_list.xml
index 48428580d6edd8571c54e603aa8a3b6d54c22b53..a97d59ec88c3f827384dac590061b4dac6c68a43 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <!--
-  Copyright 2017 Soren Stoutner <soren@stoutner.com>.
+  Copyright © 2017 Soren Stoutner <soren@stoutner.com>.
 
   This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
 
         android:id="@+id/domains_listview"
         android:layout_height="match_parent"
         android:layout_width="0dp"
-        android:layout_weight="1"
+        android:layout_weight="2"
         android:choiceMode="singleChoice"
-        android:divider="@color/white"
+        android:divider="@color/transparent"
         android:dividerHeight="0dp" />
 
-    <LinearLayout
-        android:id="@+id/domain_settings_linearlayout"
+    <ScrollView
+        android:id="@+id/domain_settings_scrollview"
         android:layout_height="match_parent"
         android:layout_width="0dp"
-        android:layout_weight="3"
-        android:orientation="horizontal" />
+        android:layout_weight="3" />
 </LinearLayout>
\ No newline at end of file