blob: 329905e19c08ad97ae4b02e2b2ccb5e2d555f31c (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright © 2014-2024 The Android Password Store Authors. All Rights Reserved.
~ SPDX-License-Identifier: GPL-3.0-only
-->
<resources>
<style name="APSThemeM3.Toolbar" parent="Widget.Material3.Toolbar">
<item name="android:background">?android:colorBackground</item>
</style>
</resources>
|