summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-10-25 22:00:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-10-25 22:00:26 +0000
commite5e1483618bbab3d44885c5a5956ff9bc063fff6 (patch)
tree604a23ec7271669d39eb91a73dc106bf51216c58 /res
parentf1621a2f2d43a28b9a98b6e75bc1318d7e0c19a8 (diff)
parent2ff08a8f8d4762ab5d0aebb0b69079f0b8d20b3e (diff)
Merge "Remove CallLogListItemView" into lmp-mr1-dev
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>