]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blobdiff - app/src/main/res/layout/view_headers_top_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_top_appbar.xml
index 47f5a28338e6fb513155c17d439c87b7e75fb334..bd6e6ff00b770254fbdc2c6f4ed4026cb1ed8f5b 100644 (file)
                         android:layout_height="wrap_content"
                         android:layout_width="wrap_content"
                         android:orientation="horizontal"
-                        android:layout_marginBottom="16dp"
                         android:layout_gravity="center_horizontal" >
 
                         <Button
                             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"