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 16:49:49 +0300
committerStefan Niedermann <info@niedermann.it>2020-05-12 16:49:49 +0300
commit2ba392f999aa7be7017a5ef4d72ac0d5e0e5031e (patch)
tree151718554bb1b3127b2804ea47444ccbb1ac5613 /app/src/main/res/xml
parent4b5b964510ca5493d1b7a4c5c06a547840b187fe (diff)
#217 SingleCardWidget
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/widget_single_card_info.xml4
1 files changed, 2 insertions, 2 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
index 1ec00314c..f60de8a8b 100644
--- a/app/src/main/res/xml/widget_single_card_info.xml
+++ b/app/src/main/res/xml/widget_single_card_info.xml
@@ -2,8 +2,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:configure="it.niedermann.nextcloud.deck.ui.widget.singlecard.SelectCardForWidgetActivity"
android:initialLayout="@layout/widget_single_card"
- android:minWidth="60dp"
- android:minHeight="80dp"
+ android:minWidth="80dp"
+ android:minHeight="40dp"
android:previewImage="@drawable/ic_app_logo"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="86400000"