chore: remove unused style attribute
This commit is contained in:
parent
67e75c9a78
commit
1a38d1b6fb
3 changed files with 0 additions and 6 deletions
|
@ -95,8 +95,6 @@
|
||||||
<item name="defaultbackground">@color/defaultbackground</item>
|
<item name="defaultbackground">@color/defaultbackground</item>
|
||||||
<!---Toast -->
|
<!---Toast -->
|
||||||
<item name="toastBaseTextColor">@color/toastBase</item>
|
<item name="toastBaseTextColor">@color/toastBase</item>
|
||||||
<!---Input -->
|
|
||||||
<item name="boxStrokeColor">@color/white_alpha_20</item>
|
|
||||||
<!---Dialog Helper -->
|
<!---Dialog Helper -->
|
||||||
<item name="materialAlertDialogTheme">@style/DialogTheme</item>
|
<item name="materialAlertDialogTheme">@style/DialogTheme</item>
|
||||||
<item name="android:alertDialogTheme">@style/DialogTheme</item>
|
<item name="android:alertDialogTheme">@style/DialogTheme</item>
|
||||||
|
|
|
@ -65,8 +65,6 @@
|
||||||
<attr name="defaultbackground" format="reference|color" />
|
<attr name="defaultbackground" format="reference|color" />
|
||||||
<!---Toast -->
|
<!---Toast -->
|
||||||
<attr name="toastBaseTextColor" format="reference|color" />
|
<attr name="toastBaseTextColor" format="reference|color" />
|
||||||
<!---Input -->
|
|
||||||
<attr name="boxStrokeColor" format="reference|color" />
|
|
||||||
<declare-styleable name="NumberPicker">
|
<declare-styleable name="NumberPicker">
|
||||||
<attr name="customContentDescription" format="string" />
|
<attr name="customContentDescription" format="string" />
|
||||||
</declare-styleable>
|
</declare-styleable>
|
||||||
|
|
|
@ -100,8 +100,6 @@
|
||||||
<item name="defaultbackground">@color/white</item>
|
<item name="defaultbackground">@color/white</item>
|
||||||
<!---Toast -->
|
<!---Toast -->
|
||||||
<item name="toastBaseTextColor">@color/toastBase</item>
|
<item name="toastBaseTextColor">@color/toastBase</item>
|
||||||
<!---Input -->
|
|
||||||
<item name="boxStrokeColor">@color/white</item>
|
|
||||||
<!---Dialog Helper -->
|
<!---Dialog Helper -->
|
||||||
<item name="materialAlertDialogTheme">@style/DialogTheme</item>
|
<item name="materialAlertDialogTheme">@style/DialogTheme</item>
|
||||||
<item name="android:alertDialogTheme">@style/DialogTheme</item>
|
<item name="android:alertDialogTheme">@style/DialogTheme</item>
|
||||||
|
|
Loading…
Reference in a new issue