Merge "Add seekBar properties 'tickMark' to LabeledSeekBarPreference" into sc-dev

This commit is contained in:
Sally Yuen
2021-03-11 17:41:42 +00:00
committed by Android (Google) Code Review
2 changed files with 12 additions and 0 deletions

View File

@@ -170,6 +170,7 @@
<declare-styleable name="LabeledSeekBarPreference">
<attr name="textStart" format="reference" />
<attr name="textEnd" format="reference" />
<attr name="tickMark" format="reference" />
</declare-styleable>
<declare-styleable name="TintDrawable">