attrs.xml (1450B)
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 <attr name="primaryText" format="reference" /> 7 <attr name="secondaryText" format="reference" /> 8 <attr name="disabled" format="reference" /> 9 <attr name="destructive" format="reference" /> 10 11 <declare-styleable name="AnimatedProgressBar"> 12 <attr name="wrapShiftDrawable" format="boolean" /> 13 <attr name="shiftDuration" format="reference" /> 14 <attr name="shiftInterpolator" format="reference" /> 15 </declare-styleable> 16 17 <declare-styleable name="PreferenceSwitch"> 18 <attr name="preferenceKey" format="reference" /> 19 <attr name="preferenceKeyTitle" format="reference" /> 20 <attr name="preferenceKeyDescription" format="reference" /> 21 </declare-styleable> 22 23 <declare-styleable name="SwitchWithDescription"> 24 <attr name="switchTitle" format="reference" /> 25 <attr name="switchDescription" format="reference" /> 26 <attr name="switchIcon" format="reference" /> 27 </declare-styleable> 28 29 <declare-styleable name="RadioButtonPreference"> 30 <attr format="string|boolean|integer|reference|float" name="defaultValue"/> 31 <attr name="android:defaultValue"/> 32 </declare-styleable> 33 34 </resources>