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:
2019-11-18 00:17:42 -05:00
parent 5479b04190
commit e1581cd424
10 changed files with 84 additions and 1 deletions

View 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>