diff options
author | Hongwei Wang <hwwang@google.com> | 2013-09-06 13:29:18 -0700 |
---|---|---|
committer | Hongwei Wang <hwwang@google.com> | 2013-09-09 16:00:33 -0700 |
commit | 3011bc13a78b918df9c295e5c55ebe2ca09dab13 (patch) | |
tree | 3d1947d9c98f55caa2c6d0f4593f347fb6a909b7 /res | |
parent | 362c4441b65f63dfc3cf933d569aba6e00dc168a (diff) |
Make the call log shortcut swipeable
Bug: 10365541
Change-Id: I0301644d3fbb9a0284bbe9b2c468a46474e8c6f8
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/call_log_list_item.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml index 6f5ca67c5..46e503c25 100644 --- a/res/layout/call_log_list_item.xml +++ b/res/layout/call_log_list_item.xml @@ -17,6 +17,7 @@ <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:orientation="vertical" |