Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <!-- Copyright (C) 2018 The Dirty Unicorns 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>
- <!-- CardView -->
- <declare-styleable name="CardViewPerf">
- <attr name="cardBackgroundColor" format="color" />
- <attr name="cardCornerRadius" format="dimension" />
- <attr name="cardElevation" format="dimension" />
- </declare-styleable>
- <!-- Base attributes available to CustomSeekBarPreference. -->
- <declare-styleable name="CustomSeekBarPreference">
- <attr name="interval" format="integer" />
- <attr name="units" format="string|reference" />
- <attr name="allowEditText" format="boolean" />
- </declare-styleable>
- <!-- Value to pass to callback when restore button is pressed -->
- <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 CircularImageView -->
- <declare-styleable name="CircularImageView">
- <attr name="civ_border" format="boolean"/>
- <attr name="civ_border_width" format="dimension"/>
- <attr name="civ_border_color" format="color"/>
- </declare-styleable>
- <!-- LineageOS -->
- <declare-styleable name="lineage_SelfRemovingPreference">
- <attr name="requiresPackage" format="string" />
- <attr name="requiresFeature" format="string" />
- <attr name="requiresConfig" format="string" />
- <attr name="requiresConfigMask" format="integer" />
- <attr name="requiresProperty" format="string" />
- <attr name="requiresOwner" format="boolean" />
- <attr name="requiresAction" format="string" />
- <attr name="requiresService" format="string" />
- <attr name="replacesKey" format="string" />
- <attr name="minSummaryLines" format="integer" />
- </declare-styleable>
- <!-- Base attributes available to RowLayout -->
- <declare-styleable name="RowLayout">
- <attr name="android:verticalSpacing" />
- <attr name="android:horizontalSpacing" />
- </declare-styleable>
- <!-- Base attributes available to ProperSeekBarPreference. -->
- <declare-styleable name="ProperSeekBarPreference">
- <attr name="interval" format="integer" />
- <attr name="showSign" format="boolean" />
- <attr name="units" format="string|reference" />
- <attr name="continuousUpdates" format="boolean" />
- </declare-styleable>
- </resources>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement