Less padding in toolbar

This commit is contained in:
Corewala 2022-01-05 20:26:11 -05:00
parent 9913d58dd1
commit 597f192995
1 changed files with 38 additions and 39 deletions

View File

@ -33,7 +33,7 @@
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/default_margin">
android:layout_marginTop="0dp">
<RelativeLayout android:id="@+id/address_bar"
android:layout_width="match_parent"
@ -76,7 +76,6 @@
</RelativeLayout>
<androidx.appcompat.widget.AppCompatImageButton
android:id="@+id/more"
android:layout_width="@dimen/button_size"