Fix app lock crashing app on older devices
This commit is contained in:
parent
b69af710ad
commit
d03c49db58
5
app/src/main/res/drawable-v21/lock_dot_empty.xml
Normal file
5
app/src/main/res/drawable-v21/lock_dot_empty.xml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
|
android:shape="oval">
|
||||||
|
<solid android:color="?android:attr/textColorSecondary" />
|
||||||
|
</shape>
|
@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
android:shape="oval">
|
android:shape="oval">
|
||||||
<solid android:color="?android:attr/textColorSecondary" />
|
<solid android:color="@color/material_grey_500" />
|
||||||
</shape>
|
</shape>
|
Loading…
x
Reference in New Issue
Block a user