summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-04-12 12:36:56 -0700
committerWinson Chung <winsonc@google.com>2013-04-12 12:37:56 -0700
commitb301f3fcff2df310c5457e3097887e2cfcbbba80 (patch)
tree01157ec79c30dc3c98695557c8704c8bb35f50de /res/layout-port
parentb68e03a83cfc8e59c0c93d070c5e3cc13cc2996b (diff)
downloadandroid_packages_apps_Trebuchet-b301f3fcff2df310c5457e3097887e2cfcbbba80.tar.gz
android_packages_apps_Trebuchet-b301f3fcff2df310c5457e3097887e2cfcbbba80.tar.bz2
android_packages_apps_Trebuchet-b301f3fcff2df310c5457e3097887e2cfcbbba80.zip
Fixing issue with qsb icons not being sized correctly. (Bug 8543618)
Change-Id: I807eaa8323e138c3ad13b6b923a3598c072c0588
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/search_bar.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout-port/search_bar.xml b/res/layout-port/search_bar.xml
index 7cf79b8b5..62bdb22fc 100644
--- a/res/layout-port/search_bar.xml
+++ b/res/layout-port/search_bar.xml
@@ -41,6 +41,7 @@
android:id="@+id/search_button"
android:layout_width="wrap_content"
android:layout_height="match_parent"
+ android:scaleType="fitStart"
android:src="@drawable/ic_home_search_normal_holo"
android:adjustViewBounds="true" />
</com.android.launcher2.HolographicLinearLayout>
@@ -65,6 +66,7 @@
android:id="@+id/voice_button"
android:layout_width="wrap_content"
android:layout_height="match_parent"
+ android:scaleType="fitEnd"
android:src="@drawable/ic_home_voice_search_holo"
android:adjustViewBounds="true" />
</com.android.launcher2.HolographicLinearLayout>