diff options
author | Flavio Lerda <flerda@google.com> | 2011-07-04 18:59:55 +0100 |
---|---|---|
committer | Flavio Lerda <flerda@google.com> | 2011-07-05 08:59:51 +0100 |
commit | e00060ff05c602e036cf0c3809ed866270c93c3f (patch) | |
tree | 4436ae6ca627806a9ddba8456082352afdd5f04b /AndroidManifest.xml | |
parent | b4ae205c738ee5131e3f34a273628adc28b09776 (diff) | |
download | packages_apps_Contacts-e00060ff05c602e036cf0c3809ed866270c93c3f.tar.gz packages_apps_Contacts-e00060ff05c602e036cf0c3809ed866270c93c3f.tar.bz2 packages_apps_Contacts-e00060ff05c602e036cf0c3809ed866270c93c3f.zip |
Visual updates to the call log.
- New style icons for the different call types.
- Icons for call and playback of voicemail.
- Style definitions for call log.
- Add placeholder assets.
Change-Id: Ia2ec57dc078d1dec9680aea4917aea0490dda1a8
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d99577c99..f4c622766 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -64,6 +64,7 @@ <!-- A list of recent calls --> <activity android:name=".activities.CallLogActivity" android:label="@string/recentCallsIconLabel" + android:theme="@style/DialtactsTheme" > <intent-filter> <action android:name="com.android.phone.action.RECENT_CALLS" /> |