Skip to content

Commit

Permalink
ReVancedUpdater: Increase top bar padding
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Ledda <leonardoledda@gmail.com>
  • Loading branch information
LeddaZ committed Sep 18, 2023
1 parent 0ae222e commit 1c64437
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:paddingLeft="10sp"
android:paddingRight="10sp">

<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/topAppBar"
Expand Down

0 comments on commit 1c64437

Please sign in to comment.