summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-09-11 17:22:46 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-09-11 17:22:46 -0700
commit0e300fc3a564f9db4a3615af51d5731594c4ba8c (patch)
treedc52a3b8b6e0d6ade3d063b9f9b1769d1d8950e6 /res
parent6efc2a78a21e2df85096cb55fda7c24a11036917 (diff)
parent303e5dd2f5e85f05a0c6fb0f14cddf344ea06a0c (diff)
am 303e5dd2: am 704acc08: Add enable reverse number lookup link to call card.
* commit '303e5dd2f5e85f05a0c6fb0f14cddf344ea06a0c': Add enable reverse number lookup link to call card.
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>