Skip to content

Commit ea94adf

Browse files
committed
fix: glance_default_loading_layout.xml round corners for API < 31
1 parent 5920e79 commit ea94adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/res/layout/glance_default_loading_layout.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
44
android:layout_height="match_parent"
5-
android:background="#FF2A2A2A"
5+
android:background="@drawable/appwidget_background"
66
android:padding="16dp">
77

88
<TextView

0 commit comments

Comments
 (0)