forked from joejulian/gio
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>