diff options
author | Joe Onorato <joeo@android.com> | 2010-03-29 16:19:42 -0700 |
---|---|---|
committer | Joe Onorato <joeo@android.com> | 2010-03-29 16:19:42 -0700 |
commit | 8b5eef7d3ff30ec3823f73dfec63cfc54ce9935e (patch) | |
tree | 7b2c734542f8a10ed41c7eb5665a5041ace75e2f /res/layout-land | |
parent | f984e853f253c76a7a636a094680bb01c4b8ffb8 (diff) | |
download | packages_apps_trebuchet-8b5eef7d3ff30ec3823f73dfec63cfc54ce9935e.zip packages_apps_trebuchet-8b5eef7d3ff30ec3823f73dfec63cfc54ce9935e.tar.gz packages_apps_trebuchet-8b5eef7d3ff30ec3823f73dfec63cfc54ce9935e.tar.bz2 |
fix 2554422 - Landscape workspace dots have stretched aspect ratio
Change-Id: I9f0ef8370bbf3e73f86dabf006372fc243f302b9
Diffstat (limited to 'res/layout-land')
-rw-r--r-- | res/layout-land/launcher.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index d3ab7f5..61ebad0 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" |