Improve: Remove unused parameters

Improve: Invert Corner rounding for app bar to fix tear out
This commit is contained in:
LooKeR
2022-01-25 02:58:01 +05:30
parent 878dde983d
commit 8b60fe4f98
5 changed files with 13 additions and 31 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?colorSurface" />
<corners
android:bottomRightRadius="@dimen/shape_large_corner"
android:bottomLeftRadius="@dimen/shape_large_corner" />
</shape>

View File

@ -1,7 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="?android:colorBackground" />
<corners
android:topLeftRadius="@dimen/shape_large_corner"
android:topRightRadius="@dimen/shape_large_corner" />
</shape>