35 lines
1.3 KiB
XML
35 lines
1.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2016-2022 crDroid Android Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<resources>
|
|
<declare-styleable name="WallpaperView">
|
|
<attr name="blurred" format="boolean" />
|
|
</declare-styleable>
|
|
|
|
<!-- ColorPicker -->
|
|
<declare-styleable name="ColorPickerPreference">
|
|
<attr name="alphaSlider" format="boolean" />
|
|
<attr name="showPreview" format="boolean" />
|
|
<attr name="showReset" format="boolean" />
|
|
<attr name="dividerAbove" format="boolean" />
|
|
<attr name="dividerBelow" format="boolean" />
|
|
</declare-styleable>
|
|
|
|
<!-- Base attributes available to CustomSeekBarPreference. -->
|
|
<declare-styleable name="CustomSeekBarPreference">
|
|
<attr name="defaultValueText" format="string" />
|
|
<attr name="interval" format="integer" />
|
|
<attr name="showSign" format="boolean" />
|
|
<attr name="units" format="string|reference" />
|
|
<attr name="continuousUpdates" format="boolean" />
|
|
</declare-styleable>
|
|
|
|
<!-- Base attributes available to OverlaySwitchPreference. -->
|
|
<declare-styleable name="OverlaySwitchPreference">
|
|
<attr name="dkey" format="string" />
|
|
<attr name="dkeyNightOnly" format="boolean" />
|
|
</declare-styleable>
|
|
</resources>
|