summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-10-26 00:51:44 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-26 00:51:44 +0000
commitf19c3bf77e159eff1df0b15f8a81db12f8e8ab1f (patch)
tree604a23ec7271669d39eb91a73dc106bf51216c58 /res
parent4ce7ad5d47105cf2cca8743d300ff6a13ba9517e (diff)
parent711e538ef309ab109aabccf10d06146b4a39c6c7 (diff)
am 711e538e: am cb77410b: am e5e14836: Merge "Remove CallLogListItemView" into lmp-mr1-dev
* commit '711e538ef309ab109aabccf10d06146b4a39c6c7': 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>