fix padding for api 35

This commit is contained in:
Kieran W 2025-02-09 15:54:26 +00:00
parent 8c62bbac46
commit 3266b7408c
2 changed files with 2 additions and 6 deletions

View File

@ -5,17 +5,13 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/accent"
android:fitsSystemWindows=""
android:paddingTop="?attr/cut"
android:paddingTop="@dimen/status_bar_padding"
>
<com.google.android.material.appbar.CollapsingToolbarLayout
android:layout_width="match_parent"
android:layout_height="?attr/collapsingToolbarLayoutLargeSize"
@ -27,7 +23,6 @@
app:expandedTitleTextColor="@color/onAccent"
app:title=" EweSticker">
<com.google.android.material.appbar.MaterialToolbar
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"

View File

@ -5,6 +5,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/bg"
android:fitsSystemWindows="true"
tools:context="com.fredhappyface.ewesticker.ImageKeyboard">
<HorizontalScrollView