fix: user register; update dependencies
This commit is contained in:
9
app/src/main/res/drawable/avatar_view_bg.xml
Normal file
9
app/src/main/res/drawable/avatar_view_bg.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<corners android:radius="25dp"/>
|
||||
<size
|
||||
android:width="50dp"
|
||||
android:height="50dp"/>
|
||||
<solid android:color="#d56"/>
|
||||
</shape>
|
||||
10
app/src/main/res/drawable/drawer_header_shadow.xml
Normal file
10
app/src/main/res/drawable/drawer_header_shadow.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle"
|
||||
>
|
||||
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:endColor="#7d000000"
|
||||
android:startColor="#27ffffff"/>
|
||||
</shape>
|
||||
BIN
app/src/main/res/drawable/ic_ali_register.png
Normal file
BIN
app/src/main/res/drawable/ic_ali_register.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user