fix 2554422 - Landscape workspace dots have stretched aspect ratio
Change-Id: I9f0ef8370bbf3e73f86dabf006372fc243f302b9
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"
diff --git a/res/layout-port/launcher.xml b/res/layout-port/launcher.xml
index de6998d..b1b1736 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"