Remove custom shapes and elevations

This commit is contained in:
Kirill Kamakin
2022-11-19 10:00:04 +01:00
parent d850c82b6f
commit 4510087209
9 changed files with 16 additions and 56 deletions

View File

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