summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-09-03 17:48:37 -0700
committerWinson Chung <winsonc@google.com>2013-09-05 12:14:28 -0700
commitc58497ee619416c4949b16eb43486c11618b69e5 (patch)
treeb8bfd3ec331885a25f42c69fb41dbfd861a4763a /res/layout
parent2d8de5845be5f49d3767b8354f0d5479a0715abe (diff)
downloadandroid_packages_apps_Trebuchet-c58497ee619416c4949b16eb43486c11618b69e5.tar.gz
android_packages_apps_Trebuchet-c58497ee619416c4949b16eb43486c11618b69e5.tar.bz2
android_packages_apps_Trebuchet-c58497ee619416c4949b16eb43486c11618b69e5.zip
Initial changes to restore AllApps.
- Removes unused all apps code due to dynamic grid/spacing - Attempts to use CellLayout instead of PagedViewCellLayout Change-Id: I3c49bca9fc35dfeaf250591fd63bc7f36119968f
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/apps_customize_pane.xml16
1 files changed, 3 insertions, 13 deletions
diff --git a/res/layout/apps_customize_pane.xml b/res/layout/apps_customize_pane.xml
index c64b7cead..b01add9d6 100644
--- a/res/layout/apps_customize_pane.xml
+++ b/res/layout/apps_customize_pane.xml
@@ -30,7 +30,8 @@
android:layout_width="wrap_content"
android:layout_height="@dimen/apps_customize_tab_bar_height"
android:layout_marginTop="@dimen/apps_customize_tab_bar_margin_top"
- android:layout_gravity="center_horizontal">
+ android:layout_gravity="center_horizontal"
+ android:visibility="gone">
<com.android.launcher3.FocusOnlyTabWidget
android:id="@android:id/tabs"
android:layout_width="match_parent"
@@ -55,18 +56,7 @@
android:id="@+id/apps_customize_pane_content"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_marginBottom="@dimen/apps_customize_page_indicator_height"
- android:layout_gravity="center"
- launcher:maxAppCellCountX="@integer/apps_customize_maxCellCountX"
- launcher:maxAppCellCountY="@integer/apps_customize_maxCellCountY"
- launcher:pageLayoutWidthGap="@dimen/apps_customize_pageLayoutWidthGap"
- launcher:pageLayoutHeightGap="@dimen/apps_customize_pageLayoutHeightGap"
- launcher:pageLayoutPaddingTop="@dimen/apps_customize_pageLayoutPaddingTop"
- launcher:pageLayoutPaddingBottom="@dimen/apps_customize_pageLayoutPaddingBottom"
- launcher:pageLayoutPaddingLeft="@dimen/apps_customize_pageLayoutPaddingLeft"
- launcher:pageLayoutPaddingRight="@dimen/apps_customize_pageLayoutPaddingRight"
- launcher:widgetCellWidthGap="@dimen/apps_customize_widget_cell_width_gap"
- launcher:widgetCellHeightGap="@dimen/apps_customize_widget_cell_height_gap"
+ android:layout_marginBottom="@dimen/apps_customize_page_indicator_offset"
launcher:widgetCountX="@integer/apps_customize_widget_cell_count_x"
launcher:widgetCountY="@integer/apps_customize_widget_cell_count_y"
launcher:clingFocusedX="@integer/apps_customize_cling_focused_x"