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:
authorstefan-niedermann <info@niedermann.it>2020-01-25 15:58:57 +0300
committerstefan-niedermann <info@niedermann.it>2020-01-25 15:58:57 +0300
commit439cafdcf177861b5019515a24ea7a71d6ced85b (patch)
treef1861cd000a43d69dc4f3dd46565d75a8806ce55 /app/src/main/res/xml
parentd8ea4da54c92ebb4d65ebb07685a11de6109181a (diff)
#365 Password protection
Refactoring
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/note_list_widget_provider_info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/xml/note_list_widget_provider_info.xml b/app/src/main/res/xml/note_list_widget_provider_info.xml
index 16c90bb6..370d3b03 100644
--- a/app/src/main/res/xml/note_list_widget_provider_info.xml
+++ b/app/src/main/res/xml/note_list_widget_provider_info.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:initialLayout="@layout/widget_note_list"
- android:configure="it.niedermann.owncloud.notes.android.appwidget.NoteListWidgetConfiguration"
+ android:configure="it.niedermann.owncloud.notes.android.activity.NoteListWidgetConfigurationActivity"
android:minHeight="110dp"
android:minWidth="180dp"
android:minResizeHeight="40dp"