mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
app: remove unused chip_text_color selector
This commit is contained in:
parent
0070508ba6
commit
002925f303
|
@ -1,9 +0,0 @@
|
|||
<?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
|
||||
-->
|
||||
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:color="?attr/colorSurface" android:state_checked="true" />
|
||||
<item android:color="?attr/colorOnSecondary" />
|
||||
</selector>
|
Loading…
Reference in a new issue