diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b3b266f..676a84a 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -24,6 +24,7 @@ android:excludeFromRecents="true" android:clearTaskOnLaunch="true" android:configChanges="orientation|screenSize" + android:theme="@style/launcherHomeTheme" android:launchMode="singleTask" > diff --git a/app/src/main/res/layout/home.xml b/app/src/main/res/layout/home.xml index a99dcae..5f34412 100644 --- a/app/src/main/res/layout/home.xml +++ b/app/src/main/res/layout/home.xml @@ -7,6 +7,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:longClickable="false" + android:fitsSystemWindows="true" tools:context=".ui.HomeActivity"> + + + + \ No newline at end of file diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 9d94609..a228bd7 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -21,6 +21,12 @@ @style/WindowFadeTransition + +