32b97eb206
(cherry picked from commit 816d7815e94f8b1286e17b1459c3a01a9aba7369)
15 lines
512 B
XML
15 lines
512 B
XML
<?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_coverscreen_background">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center"
|
|
android:text="@string/loading"
|
|
android:textColor="@android:color/white" />
|
|
|
|
</FrameLayout>
|