Native android service implemented
This commit is contained in:
parent
d553d7f772
commit
eb497be730
81 changed files with 6442 additions and 34 deletions
4
client/android/res/drawable/splash_background.xml
Normal file
4
client/android/res/drawable/splash_background.xml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@android:color/black" />
|
||||
<item android:drawable="@drawable/ic_launcher_foreground" android:gravity="center" android:width="200dp" android:height="200dp"/>
|
||||
</layer-list>
|
||||
Loading…
Add table
Add a link
Reference in a new issue