Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-05-12 13:37:22 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-12 13:37:22 +0300
commit2515c9461866d019871a299dfd73127228aa46a5 (patch)
tree11e37e27f59579707c0c5f3f0cc0f54d238a6478 /app/src/main/res/xml
parent2b7cda9fb101d60f18ae33a874f646927bb820f5 (diff)
#217 SingleCardWidget
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/widget_single_card_info.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/xml/widget_single_card_info.xml b/app/src/main/res/xml/widget_single_card_info.xml
new file mode 100644
index 000000000..2b8ab116e
--- /dev/null
+++ b/app/src/main/res/xml/widget_single_card_info.xml
@@ -0,0 +1,10 @@
+<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
+ android:minWidth="40dp"
+ android:minHeight="40dp"
+ android:updatePeriodMillis="86400000"
+ android:previewImage="@drawable/ic_app_logo"
+ android:initialLayout="@layout/widget_single_card"
+ android:resizeMode="horizontal|vertical"
+ android:configure="it.niedermann.nextcloud.deck.ui.widget.singlecard.SelectCardForWidgetActivity"
+ android:widgetCategory="home_screen">
+</appwidget-provider>