This commit is contained in:
Koitharu
2023-07-01 16:03:48 +03:00
parent 98b8aa3f2d
commit 39cd199044
5 changed files with 238 additions and 6 deletions

View File

@@ -7,12 +7,7 @@
<attr name="themeChooserPreferenceStyle" />
<attr name="listItemTextViewStyle" />
<attr name="fastScrollerStyle" />
<declare-styleable name="Theme">
<attr name="navigationBarDividerColor" format="color" />
<attr name="colorControlLight" format="color" />
<attr name="colorSurfaceSecondary" format="color" />
</declare-styleable>
<attr name="tipViewStyle" />
<!--CoverImageView attrs-->
<declare-styleable name="CoverImageView">
@@ -112,4 +107,18 @@
<attr name="android:entries" />
</declare-styleable>
<declare-styleable name="TipView">
<attr name="icon" />
<attr name="title" />
<attr name="android:text" />
<attr name="primaryButtonText" format="string" />
<attr name="secondaryButtonText" format="string" />
<attr name="shapeAppearance" />
<attr name="shapeAppearanceOverlay" />
<attr name="cardBackgroundColor" />
<attr name="strokeWidth"/>
<attr name="strokeColor" />
<attr name="elevation" />
</declare-styleable>
</resources>