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
path: root/app/src
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-10-20 16:49:43 +0300
committerstefan-niedermann <info@niedermann.it>2019-10-20 16:49:43 +0300
commit4aee072680ca64bb620a3e9d24fd1a2081b67882 (patch)
tree8489161629a6f77c72d93a8289ebc32d1c1abd21 /app/src
parent94867a258b63e9173106b0c2fd1cb2a2cbc59dd7 (diff)
#148 Share boards with permissions
Reduce margin between input and list
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/layout/dialog_board_share.xml2
1 files changed, 2 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 25d5a4149..3467572e2 100644
--- a/app/src/main/res/layout/dialog_board_share.xml
+++ b/app/src/main/res/layout/dialog_board_share.xml
@@ -12,6 +12,7 @@
android:layout_height="wrap_content"
android:completionThreshold="1"
android:layout_margin="@dimen/standard_padding"
+ android:layout_marginBottom="0dp"
android:hint="@string/hint_assign_people"
android:inputType="text" />
@@ -20,6 +21,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="@dimen/standard_padding"
+ android:paddingTop="0dp"
android:scrollbarStyle="outsideOverlay"
android:scrollbars="vertical"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"