44 lines
1.5 KiB
XML
44 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<attr name="fastscroll__style" format="reference" />
|
|
<declare-styleable name="fastscroll__fastScroller">
|
|
<attr name="fastscroll__bubbleColor" format="color" />
|
|
<attr name="fastscroll__handleColor" format="color" />
|
|
<attr name="fastscroll__bubbleTextAppearance" format="reference" />
|
|
</declare-styleable>
|
|
|
|
|
|
<attr name="backgroundView" format="reference" />
|
|
<attr name="parentView" format="reference" />
|
|
|
|
<declare-styleable name="BottomSheetItemEditView">
|
|
<attr name="backgroundView" />
|
|
<attr name="parentView" />
|
|
</declare-styleable>
|
|
|
|
<declare-styleable name="BottomSheetInventarioActionsView">
|
|
<attr name="backgroundView" />
|
|
<attr name="parentView" />
|
|
</declare-styleable>
|
|
|
|
|
|
<declare-styleable name="ConfirmSwitchPreferenceCompat">
|
|
<attr name="confirmTitle" format="string" />
|
|
<attr name="confirmMessage" format="string" />
|
|
</declare-styleable>
|
|
|
|
|
|
<attr name="colorSuccess" format="color" />
|
|
<attr name="colorSuccessContainer" format="color" />
|
|
<attr name="colorOnSuccess" format="color" />
|
|
<attr name="colorOnSuccessContainer" format="color" />
|
|
|
|
<attr name="colorWarning" format="color" />
|
|
<attr name="colorWarningContainer" format="color" />
|
|
<attr name="colorOnWarning" format="color" />
|
|
<attr name="colorOnWarningContainer" format="color" />
|
|
|
|
<attr name="colorDisabledSurface" format="color" />
|
|
<attr name="colorLetturaFacilitataSurface" format="color" />
|
|
</resources>
|