summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/dashboard
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-05-19 15:48:42 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-05-19 16:55:26 -0700
commit3f6d2e422bbeb6ac4daaff32a9db830044e879c2 (patch)
tree44e335521e96a71612c10d429899886e5423c1e0 /src/com/android/settings/dashboard
parent7f2363e903d64dedf9550450a80c604b01eef0de (diff)
downloadpackages_apps_Settings-3f6d2e422bbeb6ac4daaff32a9db830044e879c2.tar.gz
packages_apps_Settings-3f6d2e422bbeb6ac4daaff32a9db830044e879c2.tar.bz2
packages_apps_Settings-3f6d2e422bbeb6ac4daaff32a9db830044e879c2.zip
Update Search results layout
See bug: #13140648 Settings needs to support the new Quantum Paper theme Change-Id: If3174fee563ef204eb939576e4c7ef4d986735e3
Diffstat (limited to 'src/com/android/settings/dashboard')
-rw-r--r--src/com/android/settings/dashboard/SearchResultsSummary.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/com/android/settings/dashboard/SearchResultsSummary.java b/src/com/android/settings/dashboard/SearchResultsSummary.java
index e45c5850c..862b53b12 100644
--- a/src/com/android/settings/dashboard/SearchResultsSummary.java
+++ b/src/com/android/settings/dashboard/SearchResultsSummary.java
@@ -448,6 +448,8 @@ public class SearchResultsSummary extends Fragment {
SuggestionItem item = (SuggestionItem) getItem(position);
query.setText(item.query);
+ view.setBackgroundResource(R.drawable.dashboard_tile_background);
+
return view;
}
}
@@ -621,6 +623,8 @@ public class SearchResultsSummary extends Fragment {
imageView.setBackgroundResource(R.drawable.empty_icon);
}
+ view.setBackgroundResource(R.drawable.dashboard_tile_background);
+
return view;
}
}