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:
BIN
packaging/android/res/drawable-xxxhdpi/icon.png
Normal file
BIN
packaging/android/res/drawable-xxxhdpi/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
packaging/android/res/drawable-xxxhdpi/qiflora_splash.9.png
Normal file
BIN
packaging/android/res/drawable-xxxhdpi/qiflora_splash.9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
BIN
packaging/android/res/drawable/icon.png
Normal file
BIN
packaging/android/res/drawable/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
packaging/android/res/drawable/qiflora_splash.9.png
Normal file
BIN
packaging/android/res/drawable/qiflora_splash.9.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
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>
|
||||
6
packaging/android/res/values/apptheme.xml
Normal file
6
packaging/android/res/values/apptheme.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="AppTheme" parent="@android:style/Theme.DeviceDefault.Light.NoActionBar">
|
||||
<item name="android:windowBackground">@drawable/qiflora_splash</item>
|
||||
</style>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user