]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/about_coordinatorlayout.xml
Initial bookmarks implementation. Fix for Custom User Agent not working. https...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / about_coordinatorlayout.xml
index 4ec9d4d1a83e2c79c2442d4166b2c7eebf98278b..46fe249750c8b2976bfbdfad018a8b782f760c9d 100644 (file)
@@ -31,8 +31,8 @@
 
     <!-- the LinearLayout with orientation="vertical" moves the ViewPager below the AppBarLayout. -->
     <LinearLayout
-        android:layout_width="match_parent"
         android:layout_height="match_parent"
+        android:layout_width="match_parent"
         android:orientation="vertical" >
 
         <!-- We need to set android:background="@color/blue" here or any space to the right of the TabLayout on large devices will be white. -->
@@ -46,8 +46,8 @@
             <!-- android:theme="@style/PrivacyBrowser.DarkAppBar" makes the text and icons in the AppBar white. -->
             <android.support.v7.widget.Toolbar
                 android:id="@+id/about_toolbar"
-                android:layout_width="match_parent"
                 android:layout_height="wrap_content"
+                android:layout_width="match_parent"
                 android:background="@color/blue"
                 android:theme="@style/PrivacyBrowser.DarkAppBar"
                 app:popupTheme="@style/PrivacyBrowser.PopupOverlay" />