]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/view_headers_bottom_appbar.xml
Add a scroll to top/bottom navigation view entry. https://redmine.stoutner.com/issue...
[PrivacyBrowserAndroid.git] / app / src / main / res / layout / view_headers_bottom_appbar.xml
index 0b896c71d31b6dc1c0fd54fd3cd97955c418e6d3..287b982d56953774cafe7fcefcb5b325a0bbfd07 100644 (file)
@@ -77,7 +77,6 @@
                         android:layout_height="wrap_content"
                         android:layout_width="wrap_content"
                         android:orientation="horizontal"
-                        android:layout_marginBottom="16dp"
                         android:layout_gravity="center_horizontal" >
 
                             <Button
@@ -87,6 +86,7 @@
                                 android:text="@string/ciphers"
                                 android:layout_gravity="center_horizontal"
                                 android:layout_marginEnd="10dp"
+                                android:layout_marginBottom="16dp"
                                 android:onClick="showCiphers"
                                 app:backgroundTint="@color/button_background_selector"
                                 android:textColor="@color/button_text_selector"