summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-10-26 00:24:23 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-26 00:24:23 +0000
commitcb77410be5a4fdab12acb2b94aee89d262e7e98d (patch)
treee75fca842838293b02da14f4aae0be37f13fc3ba /res
parent5847b66720850ac5fef89a4ce5386fb61d69a42e (diff)
parente5e1483618bbab3d44885c5a5956ff9bc063fff6 (diff)
am e5e14836: Merge "Remove CallLogListItemView" into lmp-mr1-dev
* commit 'e5e1483618bbab3d44885c5a5956ff9bc063fff6': 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>