Improve: Top Appbar visual touchups

This commit is contained in:
LooKeR
2021-10-25 01:35:56 +05:30
parent c13b239e5b
commit 4397e54e84
4 changed files with 34 additions and 35 deletions

View File

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