mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-06-20 06:09:19 +00:00
Improve: Remove unused parameters
Improve: Invert Corner rounding for app bar to fix tear out
This commit is contained in:
7
src/main/res/drawable/appbar_background.xml
Normal file
7
src/main/res/drawable/appbar_background.xml
Normal 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>
|
@ -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>
|
Reference in New Issue
Block a user