Improve: More Rounded sections list

Add: Show Icon on install and cancel button
This commit is contained in:
LooKeR
2021-10-26 00:47:12 +05:30
parent 4fcbb45b3a
commit 49adc883fa
8 changed files with 51 additions and 19 deletions

View File

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