diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml index d3ab7f5e96..61ebad0fbe 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 de6998d650..b1b1736c91 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"