blob: d07e0f483a65fb0e3ad59bf5e6724fcf751515b5 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright © 2014-2021 The Android Password Store Authors. All Rights Reserved.
~ SPDX-License-Identifier: GPL-3.0-only
-->
<resources>
<style name="AppTheme" parent="APSTheme">
<item name="android:windowLightNavigationBar">@bool/light_status_bar</item>
</style>
</resources>
|