From 0108aeb5b13fa8a289c42bc70fac1bebac0e9746 Mon Sep 17 00:00:00 2001 From: Ben Komalo Date: Thu, 4 Aug 2011 17:59:03 -0700 Subject: [PATCH] Make compose landscape(phone) go fullscreen Bug: 5121640 Change-Id: Ib7cc74c2ee494b69c7674d60960df83d6f0d9845 --- AndroidManifest.xml | 2 +- res/values-land/styles.xml | 4 ++++ res/values-sw600dp-land/styles.xml | 3 +++ res/values/styles.xml | 6 ++++++ 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index db44e8d8e..b43cbdde0 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -226,7 +226,7 @@ android:name=".activity.MessageCompose" android:label="@string/compose_title" android:enabled="false" - android:theme="@android:style/Theme.Holo.Light" + android:theme="@style/MessageComposeTheme" > + + + + +