Update material components

This commit is contained in:
Koitharu
2022-02-12 14:07:06 +02:00
parent 98f723200b
commit 4098f06995
14 changed files with 363 additions and 81 deletions

View File

@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="sliderPreferenceStyle" />
<declare-styleable name="Theme">
<attr name="navigationBarDividerColor" format="color" />
<attr name="colorControlLight" format="color" />
@@ -12,4 +14,10 @@
<attr name="android:orientation" />
</declare-styleable>
<declare-styleable name="SliderPreference">
<attr name="android:valueFrom" />
<attr name="android:valueTo" />
<attr name="android:stepSize" />
</declare-styleable>
</resources>