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>2022-11-04 17:15:58 +0300
committerStefan Niedermann <info@niedermann.it>2022-11-12 11:02:24 +0300
commit0d3e32a2f73702f796590973bb6d45749f4e3f01 (patch)
treee18e62cf24d3dec67e4489dd9d2cc2166bf09734 /app/src/main/res/layout/drawer_layout.xml
parent855ede810e72129d4fde41ecdc8c287d17ecf77f (diff)
Material 3: Simplify paddings and margins
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/layout/drawer_layout.xml')
-rw-r--r--app/src/main/res/layout/drawer_layout.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/src/main/res/layout/drawer_layout.xml b/app/src/main/res/layout/drawer_layout.xml
index 7ad83d80..0b868cec 100644
--- a/app/src/main/res/layout/drawer_layout.xml
+++ b/app/src/main/res/layout/drawer_layout.xml
@@ -63,8 +63,7 @@
android:id="@+id/navigationList"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingTop="@dimen/spacer_1x"
- android:paddingBottom="@dimen/spacer_1x"
+ android:paddingVertical="@dimen/spacer_1x"
app:layoutManager="LinearLayoutManager"
tools:itemCount="6"
tools:listitem="@layout/item_navigation" />
@@ -73,8 +72,7 @@
android:id="@+id/navigationMenu"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:paddingTop="@dimen/spacer_1x"
- android:paddingBottom="@dimen/spacer_1x"
+ android:paddingVertical="@dimen/spacer_1x"
app:layoutManager="LinearLayoutManager"
tools:itemCount="3"
tools:listitem="@layout/item_navigation" />