Skip to content

Commit 8e525e0

Browse files
committed
android: set 1x1 shell corner radius to 26dp
1 parent b67b4ee commit 8e525e0

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="24dp" />
5+
<corners android:radius="26dp" />
66
</shape>

0 commit comments

Comments
 (0)