Composer compiling and running

This commit is contained in:
Benoit Marty 2022-11-08 13:49:50 +01:00
parent 848f665509
commit 04d2e206ee
69 changed files with 6463 additions and 17 deletions

View file

@ -15,7 +15,8 @@
tools:targetApi="33">
<activity
android:name=".MainActivity"
android:exported="true">
android:exported="true"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.ElementX" parent="android:Theme.Material.Light.NoActionBar" />
<style name="Theme.ElementX" parent="Theme.ElementAndroid" />
</resources>