summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-10-26 00:31:35 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-26 00:31:35 +0000
commit711e538ef309ab109aabccf10d06146b4a39c6c7 (patch)
treefbbf1af8b3273ee69e60750c87c447c0c013dd1e /res
parent6b7f0a0bcccecab87a4c49cdeb6a870a59c40e47 (diff)
parentcb77410be5a4fdab12acb2b94aee89d262e7e98d (diff)
am cb77410b: am e5e14836: Merge "Remove CallLogListItemView" into lmp-mr1-dev
* commit 'cb77410be5a4fdab12acb2b94aee89d262e7e98d': Remove CallLogListItemView
Diffstat (limited to 'res')
-rw-r--r--res/layout/call_log_list_item.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/res/layout/call_log_list_item.xml b/res/layout/call_log_list_item.xml
index 761f35201..c77a1f7ad 100644
--- a/res/layout/call_log_list_item.xml
+++ b/res/layout/call_log_list_item.xml
@@ -14,8 +14,7 @@
limitations under the License.
-->
-<view xmlns:android="http://schemas.android.com/apk/res/android"
- class="com.android.dialer.calllog.CallLogListItemView"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/call_log_list_item"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -160,4 +159,4 @@
android:layout="@layout/call_log_list_item_extra"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
-</view>
+</LinearLayout>