1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-12-26 01:28:50 -05:00

Have a bottom actionbar in the Search activity to be consistent.

This commit is contained in:
Sander Bogaert 2012-08-27 12:56:50 -04:00 committed by Andrew Chen
parent 85b8f2df8c
commit ac0f99d3df

View File

@ -267,6 +267,7 @@
<activity android:name="com.fsck.k9.activity.Search" <activity android:name="com.fsck.k9.activity.Search"
android:label="@string/search_action" android:label="@string/search_action"
android:configChanges="locale" android:configChanges="locale"
android:uiOptions="splitActionBarWhenNarrow"
> >
<intent-filter> <intent-filter>
<action android:name="android.intent.action.SEARCH" /> <action android:name="android.intent.action.SEARCH" />