Fixed tag-editor background

This commit is contained in:
Prathamesh More 2021-09-16 18:20:14 +05:30
parent cccbc2804e
commit 9aa897fe7d
7 changed files with 6 additions and 12 deletions

View file

@ -5,6 +5,7 @@
android:layout_height="match_parent"
android:orientation="vertical"
tools:ignore="UnusedAttribute"
android:background="?attr/colorSurface"
android:fitsSystemWindows="true">
<com.google.android.material.appbar.AppBarLayout

View file

@ -5,7 +5,8 @@
android:layout_height="match_parent"
android:focusable="true"
android:focusableInTouchMode="true"
android:fitsSystemWindows="true">
android:fitsSystemWindows="true"
android:background="?attr/colorSurface">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appBarLayout"