Revert "Make compose landscape(phone) go fullscreen"
This reverts commit 0108aeb5b1
.
There are too many issues that crop up in this mode.
Bug: 5121640
Change-Id: I6264a63cada973a7ee327ff4c7e7af5df5a6fdb3
This commit is contained in:
parent
8790f09a99
commit
27348c7882
@ -223,7 +223,7 @@
|
||||
android:name=".activity.MessageCompose"
|
||||
android:label="@string/compose_title"
|
||||
android:enabled="false"
|
||||
android:theme="@style/MessageComposeTheme"
|
||||
android:theme="@android:style/Theme.Holo.Light"
|
||||
>
|
||||
<intent-filter>
|
||||
<action
|
||||
|
@ -15,10 +15,6 @@
|
||||
-->
|
||||
|
||||
<resources>
|
||||
<style name="MessageComposeTheme" parent="EmailTheme">
|
||||
<item name="android:windowFullscreen">true</item>
|
||||
</style>
|
||||
|
||||
<style name="action_bar_unread_count">
|
||||
<item name="android:includeFontPadding">false</item>
|
||||
<item name="android:textSize">30sp</item>
|
||||
|
@ -17,9 +17,6 @@
|
||||
<!-- tablet, landscape -->
|
||||
|
||||
<resources>
|
||||
<style name="MessageComposeTheme" parent="EmailTheme">
|
||||
</style>
|
||||
|
||||
<!-- Use fixed width in landscape -->
|
||||
<style name="message_compose_scroll">
|
||||
<item name="android:layout_width">800dip</item>
|
||||
|
@ -16,15 +16,9 @@
|
||||
|
||||
<!-- non-xlarge. See also values-xlarge for specializations for xlarge screens -->
|
||||
<resources>
|
||||
<!-- Default theme for all Activity's in the app, unless otherwise
|
||||
overridden and specified -->
|
||||
<style name="EmailTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar">
|
||||
</style>
|
||||
|
||||
<style name="MessageComposeTheme" parent="EmailTheme">
|
||||
<!-- This gets changed in some other views -->
|
||||
</style>
|
||||
|
||||
<style name="unreadCount">
|
||||
<item name="android:ellipsize">end</item>
|
||||
<item name="android:singleLine">true</item>
|
||||
|
Loading…
Reference in New Issue
Block a user