initial commit
This commit is contained in:
commit
bba1b37fd8
34 changed files with 1403 additions and 0 deletions
BIN
app/src/main/res/drawable/avatar_default.png
Normal file
BIN
app/src/main/res/drawable/avatar_default.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 208 B |
BIN
app/src/main/res/drawable/avatar_error.png
Normal file
BIN
app/src/main/res/drawable/avatar_error.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 356 B |
BIN
app/src/main/res/drawable/boost_icon.png
Normal file
BIN
app/src/main/res/drawable/boost_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 221 B |
9
app/src/main/res/drawable/splash_background.xml
Normal file
9
app/src/main/res/drawable/splash_background.xml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@color/gray" />
|
||||
<item>
|
||||
<bitmap
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/ic_launcher" />
|
||||
</item>
|
||||
</layer-list>
|
||||
6
app/src/main/res/drawable/status_divider.xml
Normal file
6
app/src/main/res/drawable/status_divider.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<size android:height="1dp" />
|
||||
<solid android:color="#ff000000" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue