From de38e42fe89fd7490221427908cd97c51da21b44 Mon Sep 17 00:00:00 2001 From: Andrew Flynn Date: Tue, 8 May 2012 11:22:15 -0700 Subject: 7" launcher changes. - Shrink icons in workspace (keeping hotseat size the same) - Increase width of QSB in landscape - Move QSB voice button to bottom in landscape Change-Id: I2c0bad4229484f516005592f2c14da1a4939acca --- res/layout-land/search_bar.xml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) (limited to 'res/layout-land') diff --git a/res/layout-land/search_bar.xml b/res/layout-land/search_bar.xml index 3352fbb..88b7bbf 100644 --- a/res/layout-land/search_bar.xml +++ b/res/layout-land/search_bar.xml @@ -13,9 +13,8 @@ See the License for the specific language governing permissions and limitations under the License. --> - @@ -24,6 +23,7 @@ android:id="@+id/search_button" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_alignParentTop="true" android:src="@drawable/ic_home_search_normal_holo" android:adjustViewBounds="true" android:onClick="onClickSearchButton" @@ -31,24 +31,17 @@ android:clickable="true" android:contentDescription="@string/accessibility_search_button" /> - - - + -- cgit v1.1