Fix missed update item wallpaper bubble background corner radius.

This commit is contained in:
Cody Henthorne
2026-05-06 14:13:41 -04:00
parent 0a45b9b5e3
commit 047516c80b
@@ -4,6 +4,6 @@
android:shape="rectangle">
<solid android:color="@color/wallpaper_bubble_color" />
<corners android:topLeftRadius="12dp"
android:topRightRadius="12dp"/>
<corners android:topLeftRadius="24dp"
android:topRightRadius="24dp"/>
</shape>