summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRaj Yengisetty <rajesh@cyngn.com>2014-08-11 12:46:17 -0700
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-08-15 20:17:56 +0000
commit3493881701556f359d29dba1be9f53b5fbb8d85b (patch)
treef13efc193b80c9506659eaec6f549caaeb3735b1 /res
parentfa3f1597d55347db92d4c3ced74e62db3a6d6d84 (diff)
downloadandroid_packages_apps_Trebuchet-3493881701556f359d29dba1be9f53b5fbb8d85b.tar.gz
android_packages_apps_Trebuchet-3493881701556f359d29dba1be9f53b5fbb8d85b.tar.bz2
android_packages_apps_Trebuchet-3493881701556f359d29dba1be9f53b5fbb8d85b.zip
Fix spacing issues on devices with/without nav-bar in overview settings panel
Change-Id: I329b63b780e5727307770e076bf03e3bc4d82dd0
Diffstat (limited to 'res')
-rw-r--r--res/layout/settings_pane.xml6
-rw-r--r--res/layout/settings_transitions_screen.xml1
2 files changed, 3 insertions, 4 deletions
diff --git a/res/layout/settings_pane.xml b/res/layout/settings_pane.xml
index 495d0997d..d3f3fdbd5 100644
--- a/res/layout/settings_pane.xml
+++ b/res/layout/settings_pane.xml
@@ -1,15 +1,15 @@
<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
+ android:id="@+id/settings_container"
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"
diff --git a/res/layout/settings_transitions_screen.xml b/res/layout/settings_transitions_screen.xml
index 37535e912..8457841a5 100644
--- a/res/layout/settings_transitions_screen.xml
+++ b/res/layout/settings_transitions_screen.xml
@@ -4,7 +4,6 @@
android:layout_gravity="center_horizontal|bottom"
android:background="@color/settings_bg_color"
android:orientation="vertical"
- android:paddingBottom="@dimen/overview_panel_bottom_padding"
android:paddingTop="@dimen/overview_panel_bottom_padding"
android:clickable="true" >