From 0e721a4005b4d119cf641ca0dd0d8744672646f0 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Thu, 2 Aug 2012 17:40:30 -0700 Subject: Initial changes for new 10inch layout. Change-Id: Ifaafca469df626a76ab5e16bd2f0d5afa1da172c --- res/layout-sw720dp/hotseat.xml | 36 ++++++++++++++++++ res/layout-sw720dp/launcher.xml | 67 +++++++++++++++++++++++++++++---- res/layout-sw720dp/search_bar.xml | 79 +++++++++++++++++++-------------------- 3 files changed, 133 insertions(+), 49 deletions(-) create mode 100644 res/layout-sw720dp/hotseat.xml (limited to 'res/layout-sw720dp') diff --git a/res/layout-sw720dp/hotseat.xml b/res/layout-sw720dp/hotseat.xml new file mode 100644 index 000000000..bcd5b9d82 --- /dev/null +++ b/res/layout-sw720dp/hotseat.xml @@ -0,0 +1,36 @@ + + + + + diff --git a/res/layout-sw720dp/launcher.xml b/res/layout-sw720dp/launcher.xml index 65149f29a..9ddb1355c 100644 --- a/res/layout-sw720dp/launcher.xml +++ b/res/layout-sw720dp/launcher.xml @@ -1,5 +1,5 @@ - + + + + + + android:layout_height="match_parent" + android:paddingLeft="@dimen/workspace_left_padding" + android:paddingRight="@dimen/workspace_right_padding" + android:paddingTop="@dimen/workspace_top_padding" + android:paddingBottom="@dimen/workspace_bottom_padding" + launcher:defaultScreen="2" + 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"> - + + + + + + + + + + + + android:layout_marginRight="@dimen/qsb_voice_proxy_padding_right" + android:layout_gravity="top|right" + android:clickable="true" + android:onClick="onClickVoiceButton" + android:importantForAccessibility="no" + launcher:sourceViewId="@+id/voice_button" /> + android:layout_height="@dimen/search_bar_height" + android:layout_gravity="bottom|center_horizontal" + android:background="@drawable/search_frame"> - - - + android:contentDescription="@string/accessibility_search_button"> + + - - - - + android:contentDescription="@string/accessibility_voice_search_button"> + + -- cgit v1.2.3