summaryrefslogtreecommitdiffstats
path: root/res/layout-land
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-land')
-rw-r--r--res/layout-land/launcher.xml2
1 files changed, 2 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"