summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-09-09 18:34:41 -0700
committerChiao Cheng <chiaocheng@google.com>2013-09-11 11:38:29 -0700
commit704acc087ce359295475a46695c2821c55778344 (patch)
treedc52a3b8b6e0d6ade3d063b9f9b1769d1d8950e6 /res
parente288297636efc10164fc1d928f9cab3d7a07557a (diff)
Add enable reverse number lookup link to call card.
Bug: 10525344 Change-Id: I6f01110e76222a2558374426675e285cfca5801b
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_list_item.xml10
1 files changed, 1 insertions, 9 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index 46e503c25..c49b4b008 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -17,9 +17,9 @@
<view
xmlns:android="http://schemas.android.com/apk/res/android"
class="com.android.dialer.calllog.CallLogListItemView"
- android:id="@+id/call_log_list_item"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:id="@+id/call_log_list_item"
android:orientation="vertical"
android:background="@drawable/bottom_border_background"
>
@@ -140,12 +140,4 @@
android:paddingTop="@dimen/call_log_inner_margin"
android:paddingBottom="@dimen/call_log_inner_margin" />
- <View
- android:id="@+id/call_log_divider"
- 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="#55ffffff"
- />
</view>