diff --git a/Android.mk b/Android.mk index 8dd6784d8..d586615e4 100644 --- a/Android.mk +++ b/Android.mk @@ -18,12 +18,17 @@ LOCAL_PATH := $(call my-dir) # static library. All tests can be run via runtest email include $(CLEAR_VARS) +# Include res dir from chips +chips_dir := ../../../frameworks/ex/chips/res +res_dir := $(chips_dir) res LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-java-files-under, src/com/android/email) LOCAL_SRC_FILES += $(call all-java-files-under, src/com/beetstra) -LOCAL_STATIC_JAVA_LIBRARIES := android-common com.android.emailcommon guava +LOCAL_RESOURCE_DIR := $(addprefix $(LOCAL_PATH)/, $(res_dir)) + +LOCAL_STATIC_JAVA_LIBRARIES := android-common com.android.emailcommon guava android-common-chips LOCAL_PACKAGE_NAME := Email diff --git a/res/drawable-hdpi/ic_contact_picture.png b/res/drawable-hdpi/ic_contact_picture.png deleted file mode 100644 index 31953dd57..000000000 Binary files a/res/drawable-hdpi/ic_contact_picture.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_contact_picture.png b/res/drawable-mdpi/ic_contact_picture.png deleted file mode 100644 index ff6c61a28..000000000 Binary files a/res/drawable-mdpi/ic_contact_picture.png and /dev/null differ diff --git a/res/layout-v14/address_text_view.xml b/res/layout-v14/address_text_view.xml new file mode 100644 index 000000000..ca9182400 --- /dev/null +++ b/res/layout-v14/address_text_view.xml @@ -0,0 +1,23 @@ + + + + \ No newline at end of file diff --git a/res/layout/address_text_view.xml b/res/layout/address_text_view.xml new file mode 100644 index 000000000..ccae747ea --- /dev/null +++ b/res/layout/address_text_view.xml @@ -0,0 +1,23 @@ + + + + \ No newline at end of file diff --git a/res/layout/message_compose.xml b/res/layout/message_compose.xml index 56f1adebd..de644c3d9 100644 --- a/res/layout/message_compose.xml +++ b/res/layout/message_compose.xml @@ -39,19 +39,16 @@ - + + + android:layout_weight="1" /> + - - + +