summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorPaul Soulos <psoulos@google.com>2014-07-30 16:45:01 -0700
committerPaul Soulos <psoulos@google.com>2014-07-31 00:03:45 +0000
commitac9b31665c157e6aa7bce487a5467e8abd8224d5 (patch)
tree44f846fa7df5e84d8374fb7bf582a1122f0686f5 /Android.mk
parent1b9adb324b5592022f5367fd5abda9bd727285c2 (diff)
downloadandroid_packages_apps_Contacts-ac9b31665c157e6aa7bce487a5467e8abd8224d5.tar.gz
android_packages_apps_Contacts-ac9b31665c157e6aa7bce487a5467e8abd8224d5.tar.bz2
android_packages_apps_Contacts-ac9b31665c157e6aa7bce487a5467e8abd8224d5.zip
Use CardView for cards
UI Tweaks with Allen Bug: 16373753 Change-Id: I550b8fe39b973a8789c18154eed9cac67308eb8b
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index a6c4efc4c..124549b50 100644
--- a/Android.mk
+++ b/Android.mk
@@ -10,12 +10,14 @@ src_dirs := src $(contacts_common_dir)/src $(phone_common_dir)/src
res_dirs := res $(contacts_common_dir)/res $(phone_common_dir)/res
LOCAL_SRC_FILES := $(call all-java-files-under, $(src_dirs))
-LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs))
+LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dirs)) \
+ frameworks/support/v7/cardview/res
LOCAL_AAPT_FLAGS := \
--auto-add-overlay \
--extra-packages com.android.contacts.common \
- --extra-packages com.android.phone.common
+ --extra-packages com.android.phone.common \
+ --extra-packages android.support.v7.cardview
LOCAL_JAVA_LIBRARIES := telephony-common voip-common
LOCAL_STATIC_JAVA_LIBRARIES := \
@@ -23,6 +25,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
android-common \
guava \
android-support-v13 \
+ android-support-v7-cardview \
android-support-v7-palette \
android-support-v4 \
libphonenumber \