summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-10-24 17:16:39 -0700
committerYorke Lee <yorkelee@google.com>2014-10-24 17:28:43 -0700
commit2ff08a8f8d4762ab5d0aebb0b69079f0b8d20b3e (patch)
tree6be63de891f12e491c6226e66bb879e562e02280 /res
parent152266fb7ae309942e9a67419f104a29f491c0b8 (diff)
downloadpackages_apps_Dialer-2ff08a8f8d4762ab5d0aebb0b69079f0b8d20b3e.tar.gz
packages_apps_Dialer-2ff08a8f8d4762ab5d0aebb0b69079f0b8d20b3e.tar.bz2
packages_apps_Dialer-2ff08a8f8d4762ab5d0aebb0b69079f0b8d20b3e.zip
Remove CallLogListItemView
CallLogListItemView is a custom view that might have done something once, but doesn't anymore. It makes the code more complicated to read and requires a lot of casting that does nothing at all. Change-Id: I53efb35367d748aa3d164d0fb56686175967c90e
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>