mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 07:35:40 +00:00
2b1935d657
Not strictly necessary, but makes embedding a Gio Android Activity easier; adding <activity android:name="org.gioui.GioActivity" android:theme="@style/Theme.GioApp" android:configChanges="orientation|keyboardHidden" android:windowSoftInputMode="adjustResize"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> should be enough. Signed-off-by: Elias Naur <mail@eliasnaur.com>