Adjust ui to m3 style
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
<resources>
|
||||
|
||||
<attr name="sliderPreferenceStyle" />
|
||||
<attr name="listItemTextViewStyle" />
|
||||
|
||||
<declare-styleable name="Theme">
|
||||
<attr name="navigationBarDividerColor" format="color" />
|
||||
@@ -20,4 +21,17 @@
|
||||
<attr name="android:stepSize" />
|
||||
</declare-styleable>
|
||||
|
||||
<declare-styleable name="ListItemTextView">
|
||||
<attr name="shapeAppearance" />
|
||||
<attr name="shapeAppearanceOverlay" />
|
||||
<attr name="backgroundTint" />
|
||||
<attr name="rippleColor" />
|
||||
<attr name="checkedDrawableStart" format="reference" />
|
||||
<attr name="checkedDrawableEnd" format="reference" />
|
||||
<attr name="android:insetTop" />
|
||||
<attr name="android:insetBottom" />
|
||||
<attr name="android:insetLeft" />
|
||||
<attr name="android:insetRight" />
|
||||
</declare-styleable>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user