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

View File

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