]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/about_coordinatorlayout.xml
Fix a crach when editing a bookmark in the bookmarks drawer. https://redmine.stoutne...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / about_coordinatorlayout.xml
index 9e43e7660fe677b46f5440e81fa1aeb998d87ed0..4c9c4aeba77dcbea7a501599240f5e90457830f1 100644 (file)
@@ -63,8 +63,8 @@
         <!-- `android:layout_weight="1"` makes `about_viewpager` fill the rest of the screen. -->
         <android.support.v4.view.ViewPager
             android:id="@+id/about_viewpager"
-            android:layout_width="match_parent"
             android:layout_height="0dp"
+            android:layout_width="match_parent"
             android:layout_weight="1" />
     </LinearLayout>
 </android.support.design.widget.CoordinatorLayout>
\ No newline at end of file