diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 72b6722..a982a30 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -77,6 +77,7 @@ android:label="@string/product_name" android:launchMode="singleInstance" android:excludeFromRecents="true" + android:uiOptions="none" android:immersive="true"> diff --git a/res/anim/fadein.xml b/res/anim/fadein.xml deleted file mode 100644 index 6773402..0000000 --- a/res/anim/fadein.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/res/anim/fadeout.xml b/res/anim/fadeout.xml deleted file mode 100644 index 1922a80..0000000 --- a/res/anim/fadeout.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/res/layout-land/logo_header.xml b/res/layout-land/logo_header.xml index 30929e7..8bb5652 100644 --- a/res/layout-land/logo_header.xml +++ b/res/layout-land/logo_header.xml @@ -20,6 +20,7 @@ android:layout_height="match_parent" android:layout_weight="1" android:paddingTop="@dimen/header_logo_margin_top" + android:background="@color/primary" style="@style/Header"> + android:layout_height="wrap_content" + android:background="@color/button_bar_background">