Remove unused resource to make lint happy
This commit is contained in:
parent
2138ec0799
commit
4305b21ba8
|
@ -1,13 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="oval">
|
|
||||||
|
|
||||||
<stroke
|
|
||||||
android:color="?vctr_content_secondary"
|
|
||||||
android:width="1px"/>
|
|
||||||
|
|
||||||
<size
|
|
||||||
android:width="24dp"
|
|
||||||
android:height="24dp"/>
|
|
||||||
</shape>
|
|
|
@ -1,12 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<shape
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:shape="oval">
|
|
||||||
|
|
||||||
<solid
|
|
||||||
android:color="?colorPrimary"/>
|
|
||||||
|
|
||||||
<size
|
|
||||||
android:width="24dp"
|
|
||||||
android:height="24dp"/>
|
|
||||||
</shape>
|
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<!-- NOTE: order is important (the first matching state(s) is what is rendered) -->
|
|
||||||
<item
|
|
||||||
android:state_checked="true"
|
|
||||||
android:drawable="@drawable/pin_code_dot_fill"/>
|
|
||||||
<item
|
|
||||||
android:drawable="@drawable/pin_code_dot_empty"/>
|
|
||||||
</selector>
|
|
|
@ -1,26 +0,0 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<resources>
|
|
||||||
|
|
||||||
<style name="PinCodeScreenStyle" >
|
|
||||||
<item name="android:background">?android:colorBackground</item>
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style name="PinCodeDotsViewStyle">
|
|
||||||
<item name="android:button">@drawable/pin_code_dots</item>
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style name="PinCodeNextButtonStyle" parent="Widget.Vector.Button">
|
|
||||||
<item name="android:textSize">18sp</item>
|
|
||||||
<item name="android:backgroundTint">@android:color/transparent</item>
|
|
||||||
<item name="android:layout_marginBottom">24dp</item>
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style name="PinCodeTitleStyle">
|
|
||||||
<item name="android:textColor">?vctr_content_primary</item>
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<style name="PinCodeHintStyle">
|
|
||||||
<item name="android:textColor">?vctr_content_primary</item>
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</resources>
|
|
Loading…
Reference in New Issue