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>2021-03-12 20:41:28 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-03-13 13:03:47 +0300
commit9c3023b7ee4d5be78fce2e7e9156637fd6d0f19d (patch)
treea53cb9476c71e7c8041e4fe3813f25404f11a78a /app/src/main/res/layout/widget_note_list.xml
parent1903c4c8813c5ac8b77577f324f1f00c24fd73ad (diff)
#1085 Open app when clicking on the list widget header
Diffstat (limited to 'app/src/main/res/layout/widget_note_list.xml')
-rw-r--r--app/src/main/res/layout/widget_note_list.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/widget_note_list.xml b/app/src/main/res/layout/widget_note_list.xml
index 5d65d079..628f4740 100644
--- a/app/src/main/res/layout/widget_note_list.xml
+++ b/app/src/main/res/layout/widget_note_list.xml
@@ -10,8 +10,8 @@
android:id="@+id/note_list_widget_lv"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:divider="@color/widget_divider"
- android:dividerHeight="@dimen/widget_divider"
+ android:divider="@android:color/transparent"
+ android:dividerHeight="@null"
android:textAppearance="?android:attr/textAppearanceMedium"
tools:listitem="@layout/widget_entry" />