]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/domain_settings_coordinatorlayout.xml
Populate and save the domain `Switches` and `Spinners`.
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / domain_settings_coordinatorlayout.xml
index 7c47eba91d65639a81beaa3b20105179525bf99c..ceb1beacb7e2770b3953e1718d651b5e4fe0613e 100644 (file)
                 app:popupTheme="@style/LightPopupOverlay" />
         </android.support.design.widget.AppBarLayout>
 
-        <LinearLayout
-            android:id="@+id/domain_settings_linearlayout"
+        <ScrollView
+            android:id="@+id/domain_settings_scrollview"
             android:layout_height="match_parent"
-            android:layout_width="match_parent"
-            android:orientation="horizontal" />
+            android:layout_width="match_parent" />
     </LinearLayout>
 </android.support.design.widget.CoordinatorLayout>
\ No newline at end of file