summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-06-17 16:26:59 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-06-17 16:26:59 -0700
commitd81500c9a8cc733da2c916dddd1bfa3c0ba2c05e (patch)
tree9a425328e4a6c7d0d83972369d2f6606f165a0b7 /res/layout
parent3f1c7b93b87595beb2610b31ed9bbef211bcab40 (diff)
parent67f3363c1fa95aa06b6a90e1f07ad950e4e22a3a (diff)
downloadpackages_apps_Browser-d81500c9a8cc733da2c916dddd1bfa3c0ba2c05e.zip
packages_apps_Browser-d81500c9a8cc733da2c916dddd1bfa3c0ba2c05e.tar.gz
packages_apps_Browser-d81500c9a8cc733da2c916dddd1bfa3c0ba2c05e.tar.bz2
Merge "Omnibox improvements"
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/suggestion_item.xml15
1 files changed, 8 insertions, 7 deletions
diff --git a/res/layout/suggestion_item.xml b/res/layout/suggestion_item.xml
index c08ba84..17b01ba 100644
--- a/res/layout/suggestion_item.xml
+++ b/res/layout/suggestion_item.xml
@@ -32,14 +32,15 @@
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="horizontal"
- android:background="@drawable/suggest_item_selector">
+ android:background="@drawable/suggest_item_selector"
+ android:padding="0dp">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/icon1"
android:layout_gravity="center_vertical"
- style="@style/HoloIcon"
- android:layout_marginRight="16dip" />
+ android:layout_marginLeft="@dimen/suggest_item_padding"
+ android:layout_marginRight="@dimen/suggest_item_padding" />
<LinearLayout
android:layout_width="0dip"
android:layout_height="wrap_content"
@@ -69,12 +70,12 @@
/>
<ImageView
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_height="match_parent"
android:id="@+id/icon2"
android:scaleType="center"
android:src="@drawable/ic_add_string"
- android:background="?android:attr/activatedBackgroundIndicator"
- style="@style/HoloButton"
- android:layout_marginRight="16dip"
+ android:background="@drawable/suggest_item_selector"
+ android:paddingRight="@dimen/suggest_item_padding"
+ android:paddingLeft="@dimen/suggest_item_padding"
/>
</LinearLayout>