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-13 12:53:07 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-03-13 13:03:47 +0300
commit166cbf13f83304f04bf14e5bf0a2ec9dc692b533 (patch)
treeb17ae137a5f02c6fdbdb680be4c55c3000dd258a /app/src/main/res
parent0b8348cf40ab4b20901584dc4ceacee3cde7c25c (diff)
#1085 Open app when clicking on the list widget header
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/widget_entry_add.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/layout/widget_entry_add.xml b/app/src/main/res/layout/widget_entry_add.xml
index 6cbcf5d8..0c7787e7 100644
--- a/app/src/main/res/layout/widget_entry_add.xml
+++ b/app/src/main/res/layout/widget_entry_add.xml
@@ -15,7 +15,6 @@
android:layout_weight="1"
android:ellipsize="middle"
android:paddingStart="30dp"
- android:paddingTop="@null"
android:paddingEnd="@dimen/widget_note_list_outer_padding"
android:paddingBottom="@dimen/spacer_1x"
android:singleLine="true"
@@ -34,6 +33,6 @@
android:foregroundGravity="center_vertical"
android:paddingStart="@dimen/spacer_1x"
android:paddingEnd="@dimen/spacer_1x"
- android:paddingBottom="@dimen/spacer_1hx"
+ android:paddingBottom="@dimen/spacer_1x"
app:srcCompat="@drawable/ic_add_blue_24dp" />
</LinearLayout>