Skip to content

Commit

Permalink
Better Toolbar layout
Browse files Browse the repository at this point in the history
- Secure WebView Switch has more horizontal padding to not clash with gesture back navigation as much and generally be more aligned with other Toolbar items
  • Loading branch information
balazsgerlei committed Oct 29, 2024
1 parent 8d88569 commit 9f11338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/src/main/res/layout/main_app_bar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingHorizontal="8dp">
android:paddingHorizontal="16dp">

<com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/secureWebViewSwitch"
Expand Down

0 comments on commit 9f11338

Please sign in to comment.