mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-13 13:06:19 +00:00
17 lines
745 B
XML
17 lines
745 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:description="@string/app_widget_description"
|
|
android:initialKeyguardLayout="@layout/battery_widget"
|
|
android:initialLayout="@layout/battery_widget"
|
|
android:minWidth="180dp"
|
|
android:minHeight="40dp"
|
|
android:previewImage="@drawable/example_appwidget_preview"
|
|
android:previewLayout="@layout/battery_widget"
|
|
android:resizeMode="horizontal|vertical"
|
|
android:targetCellWidth="3"
|
|
android:targetCellHeight="1"
|
|
android:updatePeriodMillis="30000"
|
|
android:widgetCategory="home_screen|keyguard"
|
|
tools:ignore="UnusedAttribute" />
|