summaryrefslogtreecommitdiffstats
path: root/res/layout/search_result_item.xml
diff options
context:
space:
mode:
authorFabrice Di Meglio <fdimeglio@google.com>2014-06-05 19:15:02 -0700
committerFabrice Di Meglio <fdimeglio@google.com>2014-06-05 19:15:02 -0700
commit132652c5576462f036ed9437720b15b0c31430e4 (patch)
tree6aaea4cfbd66ac8305bb9714f2d3330986897411 /res/layout/search_result_item.xml
parent21d26574eb1ddd61aea9775c57dafbcaaf2ef77a (diff)
downloadpackages_apps_Settings-132652c5576462f036ed9437720b15b0c31430e4.zip
packages_apps_Settings-132652c5576462f036ed9437720b15b0c31430e4.tar.gz
packages_apps_Settings-132652c5576462f036ed9437720b15b0c31430e4.tar.bz2
Do not show the Preference summary in Search results
- as the summary was sometimes showing "Unknown" or even not the real Preference value (we dont have right now the capability to know the current value of a Preference), so it is better to be safe than sorry. Change-Id: I009c31fc41ad35a630f4b34aa0ef998932f65263
Diffstat (limited to 'res/layout/search_result_item.xml')
-rw-r--r--res/layout/search_result_item.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/res/layout/search_result_item.xml b/res/layout/search_result_item.xml
index 8e537d5..b659387 100644
--- a/res/layout/search_result_item.xml
+++ b/res/layout/search_result_item.xml
@@ -52,15 +52,6 @@
android:ellipsize="marquee"
android:fadingEdge="horizontal" />
- <TextView android:id="@+id/summary"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@id/title"
- android:layout_alignStart="@id/title"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?android:attr/textColorSecondary"
- android:maxLines="10" />
-
</RelativeLayout>
</LinearLayout>