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
1 changed files with 1 additions and 0 deletions

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>