mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
11 lines
478 B
XML
11 lines
478 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:minWidth="250dp"
|
||
|
|
android:minHeight="64dp"
|
||
|
|
android:updatePeriodMillis="0"
|
||
|
|
android:resizeMode="horizontal|vertical"
|
||
|
|
android:initialLayout="@layout/widget_layout_compact"
|
||
|
|
android:previewImage="@drawable/ic_splash_logo"
|
||
|
|
android:previewLayout="@layout/widget_preview_compact"
|
||
|
|
android:widgetCategory="home_screen|keyguard" />
|