Update: AppBar corner design

This commit is contained in:
machiav3lli
2021-11-15 01:52:11 +01:00
parent f992d6aa35
commit 3ebee7a199
3 changed files with 11 additions and 2 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="?android:colorBackground" />
<corners
android:topLeftRadius="@dimen/shape_large_corner"
android:topRightRadius="@dimen/shape_large_corner" />
</shape>