add some build files and small changes to get android to build. Doesn't seems to show any bluetooth devices.
This commit is contained in:
12
packaging/android/res/drawable/splash.xml
Normal file
12
packaging/android/res/drawable/splash.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item>
|
||||
<shape android:shape="rectangle" >
|
||||
<solid android:color="#FF1fca05"/>
|
||||
</shape>
|
||||
</item>
|
||||
<item>
|
||||
<bitmap android:src="@drawable/qiflora_splash"
|
||||
android:gravity="center"/>
|
||||
</item>
|
||||
</layer-list>
|
||||
Reference in New Issue
Block a user