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>2020-10-29 22:51:29 +0300
committerStefan Niedermann <info@niedermann.it>2020-10-29 22:51:29 +0300
commit3c7d4f6cbfacc1399a39fad8611e1c4eb819987f (patch)
tree8835a664676481a1bc2a3d326411505b7825dbe3 /app/src/main/res/values
parent1417c6b4ee1e52ee05333d4b783879be11524877 (diff)
#289 📎 Add more sources to upload attachments
Design fine tuning Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/styles.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index c253ae461..874d2e751 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -7,6 +7,15 @@
<item name="toolbarStyle">@style/toolbarStyle</item>
<item name="android:windowBackground">?attr/colorPrimary</item>
<item name="textAppearanceHeadline1">@style/Deck.TextAppearance.Headline1</item>
+ <item name="bottomSheetDialogTheme">@style/AppBottomSheetDialogTheme</item>
+ </style>
+
+ <style name="AppBottomSheetDialogTheme" parent="Theme.MaterialComponents.DayNight.BottomSheetDialog">
+ <item name="bottomSheetStyle">@style/AppModalStyle</item>
+ </style>
+
+ <style name="AppModalStyle" parent="Widget.Design.BottomSheet.Modal">
+ <item name="android:background">@drawable/bottom_sheet_rounded</item>
</style>
<style name="toolbarStyle" parent="@style/Widget.AppCompat.Toolbar">