Glance widget for Updates (#7581)

* glance

* glance2
This commit is contained in:
Ivan Iskandar
2022-07-31 22:31:40 +07:00
committed by GitHub
parent 4efb736e56
commit 29e1976b90
18 changed files with 431 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/appwidget_background">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="@string/loading"
android:textColor="?android:attr/textColorPrimary" />
</FrameLayout>