Remove the duplicated attribute

The footerPreferenceStyle duplicated between Settings and SettingsLib. Remove the one
in the attrs.xml of the Settings.

Bug: 124129485
Test: Compilation
Change-Id: I2b5cea1ea6c7f7739e7ef3732a8ecfb96f136aa5
This commit is contained in:
Sunny Shao
2019-09-04 15:47:44 +08:00
parent 9415f4d312
commit 728146a2fd

View File

@@ -56,8 +56,6 @@
<attr name="cardPreferenceStyle" format="reference" />
<attr name="footerPreferenceStyle" format="reference" />
<declare-styleable name="FixedLineSummaryPreference">
<attr name="summaryLineCount" format="integer" />
</declare-styleable>