Skip to content
Snippets Groups Projects
Commit 310ee1f0 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Correctly set parent activities and API level

parent 1b9adf0d
Branches
Tags
No related merge requests found
......@@ -30,7 +30,7 @@ android {
}
defaultConfig {
minSdkVersion(15)
minSdkVersion(16)
targetSdkVersion(26)
applicationId = "de.kuschku.quasseldroid_ng.test"
......
......@@ -22,12 +22,14 @@
android:name=".ui.setup.accounts.AccountSetupActivity"
android:exported="false"
android:label="@string/app_name"
android:parentActivityName=".ui.setup.accounts.AccountSelectionActivity"
android:theme="@style/SplashTheme"
android:windowSoftInputMode="adjustResize" />
<activity
android:name=".ui.setup.accounts.AccountEditActivity"
android:exported="false"
android:label="@string/app_name"
android:parentActivityName=".ui.setup.accounts.AccountSelectionActivity"
android:theme="@style/SplashTheme"
android:windowSoftInputMode="adjustResize" />
<activity
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment