summaryrefslogtreecommitdiffstats
path: root/res/layout/settings_pane.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/settings_pane.xml')
-rwxr-xr-xres/layout/settings_pane.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/settings_pane.xml b/res/layout/settings_pane.xml
index e12839e10..43dbceda0 100755
--- a/res/layout/settings_pane.xml
+++ b/res/layout/settings_pane.xml
@@ -1,6 +1,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
+ android:background="@color/settings_bg_color"
android:layout_height="match_parent" >
<LinearLayout
@@ -8,9 +9,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_horizontal|bottom"
- android:background="@color/settings_bg_color"
- android:orientation="vertical"
- android:paddingBottom="@dimen/overview_panel_bottom_padding" >
+ android:orientation="vertical" >
<LinearLayout
android:id="@+id/settings_pane_header"