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

styles.xml « values-v27 « res « main « src « app - github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d4d5bb767edb341fd271886fe9ca92066b625657 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <style name="AppTheme" parent="BaseTheme">
        <item name="android:navigationBarColor">@color/bg_default</item>
        <item name="android:windowLightNavigationBar">@bool/isDayMode</item>
    </style>
</resources>