attrs.xml (1034B)
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 <resources> 6 <declare-styleable name="LoginPanelTextInputLayout"> 7 <attr name="mozacInputLayoutErrorTextColor" format="reference"/> 8 <attr name="mozacInputLayoutErrorIconColor" format="reference"/> 9 <attr name="mozacPromptLoginEditTextCursorColor" format="reference"/> 10 </declare-styleable> 11 12 <declare-styleable name="LoginSelectBar"> 13 <attr name="mozacLoginSelectHeaderTextStyle" format="reference"/> 14 </declare-styleable> 15 16 <declare-styleable name="CreditCardSelectBar"> 17 <attr name="mozacSelectCreditCardHeaderTextStyle" format="reference"/> 18 </declare-styleable> 19 20 <declare-styleable name="AddressSelectBar"> 21 <attr name="mozacSelectAddressHeaderTextStyle" format="reference"/> 22 </declare-styleable> 23 </resources>