summaryrefslogtreecommitdiff
path: root/support/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml
diff options
context:
space:
mode:
authorQiwen Zhao <zhao@google.com>2014-11-14 14:43:43 -0800
committerQiwen Zhao <zhao@google.com>2014-11-14 22:44:50 +0000
commit6e0dee6542812634d5b8afec1e4428e52e9839ad (patch)
tree47f0af3141ab0dd56152880bdb17e1c492f0efa8 /support/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml
parentbbe0dfdbc4c63b1c4744129ec7fae2c2c37739b1 (diff)
downloadandroid-21-6e0dee6542812634d5b8afec1e4428e52e9839ad.tar.gz
Import prebuilt android support libs build 1585793 21.0.2
http://android-build/builds/git_lmp-sdk-release-linux-sdk_phone_x86-sdk/1585793/sdk-repo-linux-support-1585793.zip
Diffstat (limited to 'support/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml')
-rw-r--r--support/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/support/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml b/support/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml
index 5a296869..7407498a 100644
--- a/support/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml
+++ b/support/appcompat/res/layout/abc_search_dropdown_item_icons_2line.xml
@@ -24,7 +24,8 @@
<!-- Icons come first in the layout, since their placement doesn't depend on
the placement of the text views. -->
- <ImageView android:id="@android:id/icon1"
+ <android.support.v7.internal.widget.TintImageView
+ android:id="@android:id/icon1"
android:layout_width="@dimen/abc_dropdownitem_icon_width"
android:layout_height="48dip"
android:scaleType="centerInside"
@@ -33,7 +34,8 @@
android:visibility="invisible"
style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1" />
- <ImageView android:id="@+id/edit_query"
+ <android.support.v7.internal.widget.TintImageView
+ android:id="@+id/edit_query"
android:layout_width="48dip"
android:layout_height="48dip"
android:scaleType="centerInside"
@@ -43,7 +45,8 @@
android:visibility="gone"
style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query" />
- <ImageView android:id="@id/android:icon2"
+ <android.support.v7.internal.widget.TintImageView
+ android:id="@id/android:icon2"
android:layout_width="48dip"
android:layout_height="48dip"
android:scaleType="centerInside"