diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 2e6caef6c..aae3a6753 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -630,7 +630,7 @@ android:name="com.todoroo.astrid.activity.MainActivity" android:exported="true" android:launchMode="singleTask" - android:theme="@style/Theme.App.Starting" + android:theme="@style/Tasks" android:windowSoftInputMode="adjustResize"> diff --git a/app/src/main/res/values/theme.xml b/app/src/main/res/values/theme.xml index e44794011..a26c8a568 100644 --- a/app/src/main/res/values/theme.xml +++ b/app/src/main/res/values/theme.xml @@ -60,11 +60,4 @@ @color/black_60 true - - - \ No newline at end of file