From 59b5eac613b8083fb25f71f39e8834d0078eff95 Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Sun, 3 Jun 2012 05:17:59 -0700 Subject: trebuchet: Don't hardcode the cellcounts in XML * For some unknown reason, these are hardcoded in XML, which destroys the previous attempts at setting default values. Since they are already set by the config lookup, it's not necessary to have them here. Change-Id: I9574527f1c93aadb3c837ae9037e0ac3263ebd10 --- res/layout-land/launcher.xml | 2 -- res/layout-port/launcher.xml | 2 -- 2 files changed, 4 deletions(-) diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index 1a1f908b1..8bbf6451e 100644 --- a/res/layout-land/launcher.xml +++ b/res/layout-land/launcher.xml @@ -32,8 +32,6 @@ android:paddingRight="@dimen/workspace_right_padding" android:paddingTop="@dimen/workspace_top_padding" android:paddingBottom="@dimen/workspace_bottom_padding" - launcher:cellCountX="@integer/cell_count_x" - launcher:cellCountY="@integer/cell_count_y" launcher:pageSpacing="@dimen/workspace_page_spacing" launcher:scrollIndicatorPaddingLeft="@dimen/qsb_bar_height" launcher:scrollIndicatorPaddingRight="@dimen/button_bar_height" /> diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml index b4ec30c3a..901565f17 100644 --- a/res/layout-port/launcher.xml +++ b/res/layout-port/launcher.xml @@ -49,8 +49,6 @@ android:paddingRight="@dimen/workspace_right_padding" android:paddingTop="@dimen/workspace_top_padding" android:paddingBottom="@dimen/workspace_bottom_padding" - launcher:cellCountX="@integer/cell_count_x" - launcher:cellCountY="@integer/cell_count_y" launcher:pageSpacing="@dimen/workspace_page_spacing" launcher:scrollIndicatorPaddingLeft="@dimen/workspace_divider_padding_left" launcher:scrollIndicatorPaddingRight="@dimen/workspace_divider_padding_right" /> -- cgit v1.2.3