mirror of
https://github.com/oxen-io/session-android.git
synced 2025-10-18 07:14:01 +00:00
Migrate to Android fingerprints and auth for Signal screen lock
This commit is contained in:
7
res/drawable/rounded_rectangle_dark.xml
Normal file
7
res/drawable/rounded_rectangle_dark.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
<solid android:color="@color/gray70"/>
|
||||
<stroke android:width="1dp" android:color="@color/gray70"/>
|
||||
<corners android:radius="10dp"/>
|
||||
<padding android:bottom="5dp" android:left="5dp" android:right="5dp" android:top="5dp"/>
|
||||
</shape>
|
7
res/drawable/rounded_rectangle_white.xml
Normal file
7
res/drawable/rounded_rectangle_white.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" >
|
||||
<solid android:color="@color/white"/>
|
||||
<stroke android:width="1dp" android:color="@color/white"/>
|
||||
<corners android:radius="10dp"/>
|
||||
<padding android:bottom="5dp" android:left="5dp" android:right="5dp" android:top="5dp"/>
|
||||
</shape>
|
Reference in New Issue
Block a user