summaryrefslogtreecommitdiff
path: root/navit/android/res/values-v19/styles.xml
blob: 7e3277f09b3e9b337000082db0da3aa9ff32098e (plain)
1
2
3
4
5
6
7
8
<resources>
    <style name="NavitTheme" parent="android:Theme.DeviceDefault.NoActionBar">

        <!-- API 19 theme customizations can go here. -->
        <item name="android:windowTranslucentNavigation">true</item>
        <item name="android:windowTranslucentStatus">true</item>
    </style>
</resources>