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

@@ -131,4 +131,9 @@
<item name="cornerSize">@dimen/shape_large_corner</item>
</style>
<style name="PillShapeAppearance">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">50%</item>
</style>
</resources>