summaryrefslogtreecommitdiffstats
path: root/res/layout/settings_pane_list_header.xml
diff options
context:
space:
mode:
authorYvonne Wong <ywong@cyngn.com>2015-12-08 16:54:40 -0800
committerYvonne Wong <ywong@cyngn.com>2015-12-10 01:43:18 -0800
commit7600c7f3125a845ce6d4add4ceff90b884e1c033 (patch)
tree08bbde6eb2cf2da2a1b1d1a62d5dcbdf4d02f715 /res/layout/settings_pane_list_header.xml
parent045e7db9f0add18e1d95b806417e40fd213de35e (diff)
downloadandroid_packages_apps_Trebuchet-7600c7f3125a845ce6d4add4ceff90b884e1c033.tar.gz
android_packages_apps_Trebuchet-7600c7f3125a845ce6d4add4ceff90b884e1c033.tar.bz2
android_packages_apps_Trebuchet-7600c7f3125a845ce6d4add4ceff90b884e1c033.zip
Reimplement CM Settings Overview Panel Part 5
- Enable default screen button - Make UI changes to settings panel - Add a broadcast receiver for hide/unhide search bar setting Change-Id: I849dd412231795b894e7af7ee575e60feb618c70
Diffstat (limited to 'res/layout/settings_pane_list_header.xml')
-rw-r--r--res/layout/settings_pane_list_header.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/settings_pane_list_header.xml b/res/layout/settings_pane_list_header.xml
index a7d04e36e..8c35fb865 100644
--- a/res/layout/settings_pane_list_header.xml
+++ b/res/layout/settings_pane_list_header.xml
@@ -15,7 +15,7 @@
-->
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="wrap_content"
+ android:layout_height="@dimen/overview_panel_list_header_height"
android:layout_gravity="center_horizontal|bottom"
android:background="@color/settings_bg_color"
android:paddingLeft="@dimen/overview_panel_list_padding"
@@ -27,8 +27,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:drawablePadding="4dp"
- android:fontFamily="sans-serif-condensed"
+ android:fontFamily="sans-serif-medium"
android:gravity="left"
- android:textSize="16sp"
+ android:textSize="14sp"
android:textColor="@color/settings_header_text"/>
</RelativeLayout> \ No newline at end of file