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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiedermann IT-Dienstleistungen <info@niedermann.it>2018-04-10 13:29:50 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2018-04-10 16:11:36 +0300
commit6368ef06c6598b384b901ebb4b6832ac7cad2b31 (patch)
tree8e736228b5e16de71e830a5d92451c56d3513f2f /app/src/main/res/xml
parent45510016df3c1de2a260a186bf8bc34c5d5fbe20 (diff)
#355 Adaptive Icon
- Created adaptive icon - Using where possible (about, drawer, no-notes, ...) - Created splashscreen icon - Cleaned up no longer used icons
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/single_note_widget_provider_info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/single_note_widget_provider_info.xml b/app/src/main/res/xml/single_note_widget_provider_info.xml
index 9e885aa8..7497659e 100644
--- a/app/src/main/res/xml/single_note_widget_provider_info.xml
+++ b/app/src/main/res/xml/single_note_widget_provider_info.xml
@@ -7,7 +7,7 @@
android:minResizeHeight="40dp"
android:minResizeWidth="80dp"
android:autoAdvanceViewId="@id/single_note_widget_lv"
- android:previewImage="@drawable/single_note_widget3"
+ android:previewImage="@drawable/single_note_widget"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="0"
android:widgetCategory="keyguard|home_screen" />