' Custom widget layout.
'----------------------
CreateResource(xml, quick_mute_full_widget_1x1_info.xml,
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:minWidth="60dp"
android:minHeight="350dp"
android:resizeMode="none"
android:minResizeWidth="60dp"
android:widgetCategory="home_screen"
android:previewImage="@drawable/bluespeaker"
android:updatePeriodMillis="1800000" />
)
CreateResource(layout, quick_mute_full_widget_1x1_layout.xml,
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ImageView
android:id="@+id/quick_mute_full_widget_1x1_ImageViewSound"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</LinearLayout>
)