Fix white bar glitch on some tablets
This commit is contained in:
parent
c07072c63a
commit
71fe09ff79
2 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
<!-- Hack to adjust perfectly on every screen the bottom of the fragment with the curved menu -->
|
||||
<LinearLayout
|
||||
android:id="@+id/mark"
|
||||
android:background="@color/menu_button_background"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentBottom="true"
|
||||
|
|
|
@ -27,4 +27,5 @@
|
|||
<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="menu_button_background">#ff262a2e</color>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue