Fix white bar glitch on some tablets

This commit is contained in:
Sylvain Berfini 2015-03-09 09:38:24 +01:00
parent c07072c63a
commit 71fe09ff79
2 changed files with 2 additions and 0 deletions

View file

@ -15,6 +15,7 @@
<!-- Hack to adjust perfectly on every screen the bottom of the fragment with the curved menu --> <!-- Hack to adjust perfectly on every screen the bottom of the fragment with the curved menu -->
<LinearLayout <LinearLayout
android:id="@+id/mark" android:id="@+id/mark"
android:background="@color/menu_button_background"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_alignParentBottom="true" android:layout_alignParentBottom="true"

View file

@ -27,4 +27,5 @@
<color name="landscape_background">#CCCCCC</color> <color name="landscape_background">#CCCCCC</color>
<color name="text_contrast">#ff000000</color> <!-- If background is white, set to black, else set to white --> <color name="text_contrast">#ff000000</color> <!-- If background is white, set to black, else set to white -->
<color name="menu_button_background">#ff262a2e</color>
</resources> </resources>