summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2013-07-29 08:51:35 -0700
committerYorke Lee <yorkelee@google.com>2013-07-29 09:32:25 -0700
commitc59a4b5df9f21a6ec47bcf6c2bb67ecdc9fbe58a (patch)
tree00711c3ba6a6c8d64072745aab6b742e69e739a9 /src
parentfca42086a510778d951fe1d5d80f35223f9d7a0d (diff)
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
Diffstat (limited to 'src')
-rw-r--r--src/com/android/dialer/NewSearchFragment.java4
1 files changed, 0 insertions, 4 deletions
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;