Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Add circular contacts app icons (1/5)
Browse files Browse the repository at this point in the history
Bug 29902288

Change-Id: I5317aeb5e1589fb404571a13e2c94908154d11da
  • Loading branch information
Walter Jang committed Jul 13, 2016
1 parent 5f99686 commit 0aad572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Android.mk
Expand Up @@ -13,7 +13,7 @@ support_library_root_dir := prebuilts/sdk/current/support
endif

src_dirs := src $(contacts_common_dir)/src $(phone_common_dir)/src
res_dirs := res $(contacts_common_dir)/res $(phone_common_dir)/res
res_dirs := res $(contacts_common_dir)/res $(contacts_common_dir)/icons/res $(phone_common_dir)/res
asset_dirs := $(contacts_common_dir)/assets

LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs))
Expand Down
1 change: 1 addition & 0 deletions AndroidManifest.xml
Expand Up @@ -55,6 +55,7 @@
android:name="com.android.contacts.ContactsApplication"
android:label="@string/applicationLabel"
android:icon="@mipmap/ic_contacts_launcher"
android:roundIcon="@mipmap/ic_contacts_launcher"
android:taskAffinity="android.task.contacts"
android:hardwareAccelerated="true"
android:supportsRtl="true"
Expand Down

0 comments on commit 0aad572

Please sign in to comment.