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

styles.xml « values-v21 « res « main « src « app - github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 61e9c4157af3c8b9e0a9eaf118ebbb878df9129c (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="AppBottomSheetDialogTheme" parent="Theme.MaterialComponents.DayNight.BottomSheetDialog">
        <item name="bottomSheetStyle">@style/AppModalStyle</item>
        <item name="android:windowIsFloating">false</item>
        <item name="android:navigationBarColor">@color/primary</item>
        <item name="android:statusBarColor">@android:color/transparent</item>
    </style>
</resources>