diff options
| author | Amith Yamasani <yamasani@google.com> | 2010-11-03 12:01:58 -0700 |
|---|---|---|
| committer | Amith Yamasani <yamasani@google.com> | 2010-11-04 13:07:23 -0700 |
| commit | de64df5fb9fbd148de66f86be42814182316439d (patch) | |
| tree | 0118342dcb8386aeb734f7241ba476114664005b /AndroidManifest.xml | |
| parent | 0a115aae82ea96bd9079bbb024e99330ea99df0a (diff) | |
| download | packages_apps_Settings-de64df5fb9fbd148de66f86be42814182316439d.tar.gz packages_apps_Settings-de64df5fb9fbd148de66f86be42814182316439d.tar.bz2 packages_apps_Settings-de64df5fb9fbd148de66f86be42814182316439d.zip | |
Updated visual look for Shortcuts selection.
Diffstat (limited to 'AndroidManifest.xml')
| -rw-r--r-- | AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 2462725e4..d8a2fa1d5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -62,7 +62,8 @@ </intent-filter> </activity> - <activity android:name="CreateShortcut" android:label="@string/settings_shortcut"> + <activity android:name="CreateShortcut" android:label="@string/settings_shortcut" + android:theme="@style/Theme.CreateShortCut"> <intent-filter> <action android:name="android.intent.action.CREATE_SHORTCUT" /> <category android:name="android.intent.category.DEFAULT" /> |
