summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Onorato <joeo@android.com>2010-03-29 16:19:42 -0700
committerJoe Onorato <joeo@android.com>2010-03-29 16:19:42 -0700
commit8b5eef7d3ff30ec3823f73dfec63cfc54ce9935e (patch)
tree7b2c734542f8a10ed41c7eb5665a5041ace75e2f
parentf984e853f253c76a7a636a094680bb01c4b8ffb8 (diff)
downloadandroid_packages_apps_Trebuchet-8b5eef7d3ff30ec3823f73dfec63cfc54ce9935e.tar.gz
android_packages_apps_Trebuchet-8b5eef7d3ff30ec3823f73dfec63cfc54ce9935e.tar.bz2
android_packages_apps_Trebuchet-8b5eef7d3ff30ec3823f73dfec63cfc54ce9935e.zip
fix 2554422 - Landscape workspace dots have stretched aspect ratio
Change-Id: I9f0ef8370bbf3e73f86dabf006372fc243f302b9
-rw-r--r--res/layout-land/launcher.xml2
-rw-r--r--res/layout-port/launcher.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index d3ab7f5e9..61ebad0fb 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -48,6 +48,7 @@
android:layout_gravity="bottom|left"
android:layout_marginLeft="6dip"
+ android:scaleType="center"
android:src="@drawable/home_arrows_left"
android:onClick="previousScreen"
@@ -62,6 +63,7 @@
android:layout_gravity="bottom|right"
android:layout_marginRight="6dip"
+ android:scaleType="center"
android:src="@drawable/home_arrows_right"
android:onClick="nextScreen"
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index de6998d65..b1b1736c9 100644
--- a/res/layout-port/launcher.xml
+++ b/res/layout-port/launcher.xml
@@ -46,6 +46,7 @@
android:layout_gravity="bottom|left"
android:layout_marginLeft="6dip"
+ android:scaleType="center"
android:src="@drawable/home_arrows_left"
android:onClick="previousScreen"
@@ -60,6 +61,7 @@
android:layout_gravity="bottom|right"
android:layout_marginRight="6dip"
+ android:scaleType="center"
android:src="@drawable/home_arrows_right"
android:onClick="nextScreen"