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-06-05 21:58:58 +0300
committerStefan Niedermann <info@niedermann.it>2020-06-05 21:58:58 +0300
commitd367bb058f86a7370ed39efc173200c4b69036f4 (patch)
treea3aaa7bcd01590c89f74e7a466680f6e73b48502 /app/src/main
parent291d600fdf4172f9ba90fba6234f6199c5f618af (diff)
parentd4f59694b507b3ef5204a8a810325c4930d9edab (diff)
Merge branch 'master' into branding
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/item_notes_list_note_item.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/app/src/main/res/layout/item_notes_list_note_item.xml b/app/src/main/res/layout/item_notes_list_note_item.xml
index 61ad02fc..92e924d7 100644
--- a/app/src/main/res/layout/item_notes_list_note_item.xml
+++ b/app/src/main/res/layout/item_notes_list_note_item.xml
@@ -40,11 +40,12 @@
<ImageView
android:id="@+id/noteFavorite"
- android:contentDescription="@string/menu_favorite"
- android:padding="16dp"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- tools:src="@drawable/ic_star_yellow_24dp"/>
+ android:background="?attr/selectableItemBackgroundBorderless"
+ android:contentDescription="@string/menu_favorite"
+ android:padding="@dimen/spacer_2x"
+ tools:src="@drawable/ic_star_yellow_24dp" />
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/noteStatus"