feat: increase corner radius of auto updater view

This commit is contained in:
LucasGGamerM 2023-04-16 21:39:27 -03:00
parent a649ea0a00
commit 00d6f29285
1 changed files with 1 additions and 1 deletions

View File

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