Skip to content

Commit

Permalink
Fix Widget Picker color (again!)
Browse files Browse the repository at this point in the history
fixed it for realz this time.  I hope.

Change-Id: I6c12769c9fbaa6b91f4d88c2e809cf1852765dab
Signed-off-by: Zaphod <[email protected]>
  • Loading branch information
Zaphod-Beeblebrox committed Oct 19, 2012
1 parent 72c6447 commit e03f660
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1311,7 +1311,7 @@
<!-- Standard picker for widgets -->
<activity android:name="AppWidgetPickActivity"
android:label="@string/widget_picker_title"
android:theme="@*android:style/Theme.Holo.Dialog.Alert"
android:theme="@*android:style/Theme.Dialog.Alert"
android:finishOnCloseSystemDialogs="true">
<intent-filter>
<action android:name="android.appwidget.action.APPWIDGET_PICK" />
Expand All @@ -1320,7 +1320,7 @@
</activity>

<activity android:name="AllowBindAppWidgetActivity"
android:theme="@*android:style/Theme.Holo.Dialog.Alert"
android:theme="@*android:style/Theme.Dialog.Alert"
android:finishOnCloseSystemDialogs="true"
android:excludeFromRecents="true">
<intent-filter>
Expand Down

0 comments on commit e03f660

Please sign in to comment.