summaryrefslogtreecommitdiffstats
path: root/res/layout/settings_pane_list_header.xml
diff options
context:
space:
mode:
authorYvonne Wong <ywong@cyngn.com>2015-11-20 10:49:59 -0800
committerTom Powell <zifnab@zifnab06.net>2017-03-26 15:52:41 -0700
commitcc0408d2269fb2e265a3b108b55073980e64820f (patch)
treeadbe0fab15e9d2ee90232aa955a258d6a95bfa49 /res/layout/settings_pane_list_header.xml
parent744942defd27dee02b4b6361a5dca7310ec4b386 (diff)
downloadandroid_packages_apps_Trebuchet-cc0408d2269fb2e265a3b108b55073980e64820f.tar.gz
android_packages_apps_Trebuchet-cc0408d2269fb2e265a3b108b55073980e64820f.tar.bz2
android_packages_apps_Trebuchet-cc0408d2269fb2e265a3b108b55073980e64820f.zip
Reimplement CM Settings Overview Panel in the new Launcher Part 1
- Adds vertical sliding panel and animations associated with opening and closing the panel - Adds the views for settings and animation for the drawer arrow - Enables hiding workspace icon labels, hiding drawer icon labels, scrolling wallpaper, and larger icons - Changes how ragged grid custom icon sizes gets defined Change-Id: I1a82215a09486b4770494e665e598efdbabd1d3e
Diffstat (limited to 'res/layout/settings_pane_list_header.xml')
-rw-r--r--res/layout/settings_pane_list_header.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/layout/settings_pane_list_header.xml b/res/layout/settings_pane_list_header.xml
new file mode 100644
index 000000000..2429b9b81
--- /dev/null
+++ b/res/layout/settings_pane_list_header.xml
@@ -0,0 +1,19 @@
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_horizontal|bottom"
+ android:background="@color/slideup_panel_bg_color"
+ android:paddingLeft="@dimen/overview_panel_list_padding"
+ android:paddingRight="@dimen/overview_panel_list_padding"
+ android:orientation="horizontal" >
+
+ <TextView
+ android:id="@+id/item_name"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:drawablePadding="4dp"
+ android:fontFamily="sans-serif-condensed"
+ android:gravity="left"
+ android:textSize="16sp"
+ android:textColor="@color/settings_header_text"/>
+</RelativeLayout> \ No newline at end of file