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>2021-10-19 09:12:54 +0300
committerStefan Niedermann <info@niedermann.it>2021-10-19 09:12:54 +0300
commite45a6781dab88e3090f7ceab23e6f704a21d456b (patch)
tree591273cdf6e71cb6fb4dac90fa6ccfb8ef10d537 /app/src/main
parent1bb91ce90f9e34dbfa6106eb4a0d73f924cdf6e4 (diff)
Make search bar fully circular rounded
https://github.com/nextcloud/android/pull/9087 Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main')
-rw-r--r--app/src/main/res/layout/activity_main.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index 54a630beb..30e65d144 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -102,7 +102,7 @@
android:layout_marginStart="@dimen/spacer_2x"
android:layout_marginTop="@dimen/spacer_1x"
android:layout_marginEnd="@dimen/spacer_2x"
- app:cardCornerRadius="@dimen/spacer_1x"
+ app:cardCornerRadius="@dimen/spacer_4x"
app:cardElevation="0dp"
app:strokeWidth="0dp">