自定义告警弹窗
This commit is contained in:
5
app/src/main/res/drawable/bg_face_manage.xml
Normal file
5
app/src/main/res/drawable/bg_face_manage.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FAEEE5" />
|
||||
<corners android:radius="30dp" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_pwd_manager.xml
Normal file
5
app/src/main/res/drawable/bg_pwd_manager.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#E9F4FF" />
|
||||
<corners android:radius="30dp" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_user_manage.xml
Normal file
5
app/src/main/res/drawable/bg_user_manage.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#E9EBFD" />
|
||||
<corners android:radius="30dp" />
|
||||
</shape>
|
||||
5
app/src/main/res/drawable/bg_white.xml
Normal file
5
app/src/main/res/drawable/bg_white.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="#FFFFFF" />
|
||||
<corners android:radius="30dp" />
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/face_manage.png
Normal file
BIN
app/src/main/res/drawable/face_manage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 626 B |
BIN
app/src/main/res/drawable/phone.png
Normal file
BIN
app/src/main/res/drawable/phone.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 432 B |
BIN
app/src/main/res/drawable/pwd_manager.png
Normal file
BIN
app/src/main/res/drawable/pwd_manager.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 648 B |
BIN
app/src/main/res/drawable/right_back.png
Normal file
BIN
app/src/main/res/drawable/right_back.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 265 B |
6
app/src/main/res/drawable/round_bg.xml
Normal file
6
app/src/main/res/drawable/round_bg.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="@color/white"/>
|
||||
<corners android:radius="8dp"/>
|
||||
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/switch_family.png
Normal file
BIN
app/src/main/res/drawable/switch_family.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 595 B |
BIN
app/src/main/res/drawable/user_manage.png
Normal file
BIN
app/src/main/res/drawable/user_manage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 651 B |
Reference in New Issue
Block a user