51 lines
1.9 KiB
XML
51 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2008 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<resources>
|
|
<declare-styleable name="IconPreferenceScreen">
|
|
<attr name="icon" />
|
|
</declare-styleable>
|
|
|
|
<!-- For DotsPageIndicator -->
|
|
<declare-styleable name="DotsPageIndicator">
|
|
<attr name="dotDiameter" format="dimension" />
|
|
<attr name="dotGap" format="dimension" />
|
|
<attr name="animationDuration" format="integer" />
|
|
<attr name="pageIndicatorColor" format="color" />
|
|
<attr name="currentPageIndicatorColor" format="color" />
|
|
</declare-styleable>
|
|
|
|
<attr name="switchBarTheme" format="reference" />
|
|
<attr name="switchBarMarginStart" format="dimension" />
|
|
<attr name="switchBarMarginEnd" format="dimension" />
|
|
<attr name="switchBarBackgroundColor" format="color" />
|
|
|
|
<attr name="preferenceBackgroundColor" format="color" />
|
|
|
|
<declare-styleable name="DividerPreference">
|
|
<attr name="allowDividerAbove" format="boolean" />
|
|
<attr name="allowDividerBelow" format="boolean" />
|
|
</declare-styleable>
|
|
|
|
|
|
<declare-styleable name="IntervalSeekBar">
|
|
<attr name="min" format="float" />
|
|
<attr name="max" format="float" />
|
|
<attr name="defaultValue" />
|
|
<attr name="digits" format="integer" />
|
|
</declare-styleable>
|
|
|
|
</resources>
|