summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorMichael Kolb <kolby@google.com>2010-10-14 15:03:28 -0700
committerMichael Kolb <kolby@google.com>2010-10-14 15:11:15 -0700
commit7b20ddd4f03d59cca8fdd4aee790784421570aab (patch)
tree0d3e3220eda33b25f3cdd7e9db7e47a4412e4591 /res/layout
parentb3a00ab2336bdb2871924232b744160f47116a78 (diff)
downloadpackages_apps_Browser-7b20ddd4f03d59cca8fdd4aee790784421570aab.zip
packages_apps_Browser-7b20ddd4f03d59cca8fdd4aee790784421570aab.tar.gz
packages_apps_Browser-7b20ddd4f03d59cca8fdd4aee790784421570aab.tar.bz2
Fix suggestion edit button
Bug 3052626 Bug 3052664 added vertical divider refresh dropdown when sugegstion is selected Change-Id: I3f2e72bbd9a93ccc3a7968e646493945c0052d2b
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/suggestion_item.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/suggestion_item.xml b/res/layout/suggestion_item.xml
index fec5ae3..37e1f2a 100644
--- a/res/layout/suggestion_item.xml
+++ b/res/layout/suggestion_item.xml
@@ -55,6 +55,13 @@
android:layout_below="@android:id/text1"
android:layout_alignLeft="@android:id/text1" />
</RelativeLayout>
+ <ImageView
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:id="@+id/divider"
+ android:scaleType="center"
+ android:src="@drawable/divider_vert"
+ />
<ImageButton
android:layout_width="wrap_content"
android:layout_height="wrap_content"