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