Update: Bump Material3 Version

Update: Auto reformat of code
This commit is contained in:
LooKeR
2021-11-16 01:10:23 +05:30
parent 84a993df5f
commit e49b357173
6 changed files with 34 additions and 21 deletions

View File

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