fix padding for api 35
This commit is contained in:
parent
8c62bbac46
commit
3266b7408c
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user