Adjust ui to m3 style

This commit is contained in:
Koitharu
2022-03-19 08:23:40 +02:00
parent ff25162834
commit 15ee102db4
46 changed files with 517 additions and 210 deletions

View File

@@ -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>