diff options
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" |