From c59a4b5df9f21a6ec47bcf6c2bb67ecdc9fbe58a Mon Sep 17 00:00:00 2001 From: Yorke Lee Date: Mon, 29 Jul 2013 08:51:35 -0700 Subject: Redlines for phone number list fragments * Add and remove padding for regular search and smart dialing search fragments. * Move background colors to individual fragment views instead of the app, so that they can define their own background colors without causing overdraw. * Remove unused imports in SearchFragment Change-Id: Id1523c5760ea3cf5e675df8f89e5bd299a95eb18 --- src/com/android/dialer/NewSearchFragment.java | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src') diff --git a/src/com/android/dialer/NewSearchFragment.java b/src/com/android/dialer/NewSearchFragment.java index c428db239..0ddee4207 100644 --- a/src/com/android/dialer/NewSearchFragment.java +++ b/src/com/android/dialer/NewSearchFragment.java @@ -16,16 +16,12 @@ package com.android.dialer; import android.app.Activity; -import android.os.Bundle; import android.view.LayoutInflater; -import android.view.View; import android.view.ViewGroup; import android.widget.AbsListView; import android.widget.AbsListView.OnScrollListener; -import android.widget.ListView; import com.android.contacts.common.list.ContactListItemView; -import com.android.contacts.common.list.PhoneNumberListAdapter; import com.android.contacts.common.list.PhoneNumberPickerFragment; import com.android.dialer.list.OnListFragmentScrolledListener; -- cgit v1.2.3