Skip to content

Commit b67b4ee

Browse files
committed
android: set 1x1 shell corner radius to 24dp
1 parent 5465f65 commit b67b4ee

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

0 Bytes
Binary file not shown.

android/app/src/main/res/drawable/widget_miles_icon_shell_bg.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
<shape xmlns:android="http://schemas.android.com/apk/res/android"
33
android:shape="rectangle">
44
<solid android:color="#07090D" />
5-
<corners android:radius="33dp" />
5+
<corners android:radius="24dp" />
66
</shape>

0 commit comments

Comments
 (0)