Bug 1891342 - Part 2: Update iconAccentViolet color to Violet70 r=android-reviewers...
[gecko.git] / mobile / android / fenix / app / src / main / res / color / saved_login_clear_edit_text_tint.xml
blob58aef8feee317e26a72f6457b251e752dfa346bc
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3    - License, v. 2.0. If a copy of the MPL was not distributed with this
4    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
5 <selector xmlns:android="http://schemas.android.com/apk/res/android">
6     <item android:state_enabled="true"
7         android:color="?attr/textPrimary" />
8     <item android:state_enabled="false"
9         android:color="?attr/textDisabled" />
10 </selector>