Add seekBar properties 'tickMark' to LabeledSeekBarPreference

Bug: 173940869
Test: manual
Change-Id: I135e52181bdb86ded6187a3fa30b9cffeb69d451
(cherry picked from commit 9584ba6b57)
This commit is contained in:
jasonwshsu
2021-02-18 03:43:26 +08:00
committed by Sally Yuen
parent bf182903ed
commit ffe8521b9f
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">