summaryrefslogtreecommitdiffstats
path: root/res/layout/expanding_entry_card_item.xml
diff options
context:
space:
mode:
authorblong <blong@codeaurora.org>2015-08-25 13:35:23 +0800
committerblong <blong@codeaurora.org>2015-09-11 14:13:31 +0800
commit7419add9bcb08dc7f2156010f5b1a246b7587524 (patch)
tree36ef837792d0904d0c841315aef2a34ca3b9979d /res/layout/expanding_entry_card_item.xml
parentae73785e23fa73f986fc7bb223ed2cc059c90193 (diff)
downloadandroid_packages_apps_Contacts-7419add9bcb08dc7f2156010f5b1a246b7587524.tar.gz
android_packages_apps_Contacts-7419add9bcb08dc7f2156010f5b1a246b7587524.tar.bz2
android_packages_apps_Contacts-7419add9bcb08dc7f2156010f5b1a246b7587524.zip
Support adding contacts to blacklist and whitelist
- Allow add contacts number into blacklist and whitelist by long press phone numbers if Firewall.apk is installed - Add icon to identify black/white number in contact detail view Change-Id: Ia00648bde341de67355b6c896fb21e6c8d7aa466
Diffstat (limited to 'res/layout/expanding_entry_card_item.xml')
-rw-r--r--res/layout/expanding_entry_card_item.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/res/layout/expanding_entry_card_item.xml b/res/layout/expanding_entry_card_item.xml
index 20e90ebf9..468fbc50c 100644
--- a/res/layout/expanding_entry_card_item.xml
+++ b/res/layout/expanding_entry_card_item.xml
@@ -42,11 +42,18 @@
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_toEndOf="@+id/icon"
- android:layout_toStartOf="@+id/icon_alternate"
android:textColor="@color/quickcontact_entry_header_text_color"
android:textAlignment="viewStart"
android:layout_marginBottom="@dimen/expanding_entry_card_header_margin_bottom" />
+ <ImageView
+ android:id="@+id/black_white_list_indicator"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_toEndOf="@+id/header"
+ android:layout_marginStart="8dp"
+ android:layout_marginTop="@dimen/expanding_entry_card_header_margin_bottom" />
+
<TextView
android:id="@+id/sub_header"
android:layout_width="wrap_content"