From d3e5c773fc6f85a5c271b8e962dfd1ed45722559 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 11 Nov 2012 21:11:06 -0500 Subject: [PATCH] force landscape orientation --- AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 96f6b8b..8d845f6 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -9,7 +9,8 @@ android:icon="@drawable/ic_launcher"> + android:label="@string/app_name" + android:screenOrientation="landscape">