Merge "Misc style fixes."
This commit is contained in:
commit
6f326631db
@ -91,7 +91,6 @@
|
|||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:name="Email"
|
android:name="Email"
|
||||||
android:theme="@style/EmailTheme"
|
android:theme="@style/EmailTheme"
|
||||||
android:uiOptions="splitActionBarWhenNarrow"
|
|
||||||
android:hardwareAccelerated="false"
|
android:hardwareAccelerated="false"
|
||||||
>
|
>
|
||||||
<activity
|
<activity
|
||||||
@ -205,7 +204,9 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name=".activity.EmailActivity">
|
android:name=".activity.EmailActivity"
|
||||||
|
android:uiOptions="splitActionBarWhenNarrow"
|
||||||
|
>
|
||||||
</activity>
|
</activity>
|
||||||
<activity
|
<activity
|
||||||
android:name=".activity.MessageFileView"
|
android:name=".activity.MessageFileView"
|
||||||
@ -264,6 +265,7 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
|
<!-- Only used to support pre-HC shortcuts -->
|
||||||
<activity
|
<activity
|
||||||
android:name=".activity.MessageList"
|
android:name=".activity.MessageList"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user