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:
Diffstat (limited to 'app/src/main/res/layout/item_notes_list_note_item_with_excerpt.xml')
-rw-r--r--app/src/main/res/layout/item_notes_list_note_item_with_excerpt.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/layout/item_notes_list_note_item_with_excerpt.xml b/app/src/main/res/layout/item_notes_list_note_item_with_excerpt.xml
index 384a674b..542df48f 100644
--- a/app/src/main/res/layout/item_notes_list_note_item_with_excerpt.xml
+++ b/app/src/main/res/layout/item_notes_list_note_item_with_excerpt.xml
@@ -116,6 +116,18 @@
tools:text="@tools:sample/lorem/random" />
</LinearLayout>
</LinearLayout>
+
+ <com.google.android.material.button.MaterialButton
+ android:id="@+id/noteActions"
+ style="@style/Widget.Material3.Button.IconButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:contentDescription="@string/note_actions"
+ app:icon="@drawable/ic_dots_vertical"
+ app:iconTint="?android:textColorPrimary"
+ app:rippleColor="@color/fg_secondary" />
+
</LinearLayout>
</FrameLayout>