summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorNancy Chen <nancychen@google.com>2014-08-21 23:31:31 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-08-21 23:31:32 +0000
commit6fad34b5fd3edfe8a14c038a72195b69afd503ba (patch)
tree064b17eb4857853b185bf3b3ef9fb5d402a0775a /res/layout
parent58ec4d89245e6c28eba8bcd49ac41be011059b0c (diff)
parent5d887b044a40fca016c466496bb8b8fe0206bf6b (diff)
Merge "Update UI for Caller ID by Google is enabled badge." into lmp-dev
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/call_log_list_item_extra.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/res/layout/call_log_list_item_extra.xml b/res/layout/call_log_list_item_extra.xml
index fbf71f64d..3623e3f94 100644
--- a/res/layout/call_log_list_item_extra.xml
+++ b/res/layout/call_log_list_item_extra.xml
@@ -24,8 +24,6 @@
<View android:layout_width="match_parent"
android:layout_height="1px"
- android:layout_marginStart="@dimen/call_log_outer_margin"
- android:layout_marginEnd="@dimen/call_log_outer_margin"
android:background="@color/favorite_contacts_separator_color"/>
<LinearLayout android:id="@+id/badge_link_container"
@@ -40,9 +38,11 @@
<ImageView android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/badge_image"
+ android:tint="@color/dialpad_primary_text_color"
android:padding="@dimen/call_log_outer_margin"/>
<TextView android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:paddingStart="@dimen/call_log_start_margin"
android:id="@+id/badge_text"
android:textColor="@color/dialpad_primary_text_color"
android:layout_gravity="center_vertical"
@@ -50,8 +50,11 @@
<ImageView android:id="@+id/dismiss_button"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:paddingTop="8dip"
+ android:layout_gravity="center_vertical"
+ android:layout_marginEnd="@dimen/call_log_icon_margin"
android:src="@drawable/ic_close_dk"
+ android:tint="@color/recent_call_log_item_phone_icon_tint"
+ android:alpha="0.3"
android:background="?android:attr/selectableItemBackground"
android:visibility="gone"
android:contentDescription="@string/description_dismiss"/>