1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

Fix for issue 382 - Kind of ugly for the moment, but render the folder config popup as a popup.

This makes the menus it shows not white-on-white
This commit is contained in:
Jesse Vincent 2009-04-24 07:35:40 +00:00
parent 79623b2e70
commit 989ccad161

View File

@ -83,6 +83,7 @@
<activity
android:name="com.android.email.activity.setup.FolderSettings"
android:theme="@android:style/Theme.Dialog"
android:label="@string/folder_settings_title"
>
</activity>