summaryrefslogtreecommitdiffstats
path: root/res/layout-port
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2013-04-12 12:36:56 -0700
committerArne Coucheron <arco68@gmail.com>2013-08-12 16:55:05 +0200
commita0d9541218fe4becdeb88c79ea1faf559a90e58a (patch)
tree05b5a2fdea4c72e7235a680282ad1281696b7f63 /res/layout-port
parentbf79d513be562cdec61424336087cd0ddf8cdc12 (diff)
downloadpackages_apps_Trebuchet-a0d9541218fe4becdeb88c79ea1faf559a90e58a.tar.gz
packages_apps_Trebuchet-a0d9541218fe4becdeb88c79ea1faf559a90e58a.tar.bz2
packages_apps_Trebuchet-a0d9541218fe4becdeb88c79ea1faf559a90e58a.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 e979eac8f..0886099a5 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.cyanogenmod.trebuchet.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.cyanogenmod.trebuchet.HolographicLinearLayout>