Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-10-19 20:12:24 +0300
committerstefan-niedermann <info@niedermann.it>2019-10-19 20:12:24 +0300
commitac246512e1fe6fd80018184c6ca67fa92115f251 (patch)
tree1801daebe89d6f1ccd6e43bc60d4af087229ec61 /app/src/main/res
parente1108bf925de44b054f391d3dd57ed6db2e0a8b6 (diff)
#148 Share boards with permissions
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/dialog_board_share.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/src/main/res/layout/dialog_board_share.xml b/app/src/main/res/layout/dialog_board_share.xml
index fb99d305b..8fb3489bf 100644
--- a/app/src/main/res/layout/dialog_board_share.xml
+++ b/app/src/main/res/layout/dialog_board_share.xml
@@ -6,6 +6,14 @@
android:layout_height="wrap_content"
android:orientation="vertical">
+ <it.niedermann.nextcloud.deck.ui.widget.DelayedAutoCompleteTextView
+ android:id="@+id/people"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:completionThreshold="1"
+ android:hint="@string/hint_assign_people"
+ android:inputType="text" />
+
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/peopleList"
android:layout_width="match_parent"