summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp/title_bar_nav.xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-08-11 11:34:44 -0700
committerJohn Reck <jreck@google.com>2011-08-11 14:19:43 -0700
commit034637c74e84153bd1f7cdd922daaeb9f6af9b8e (patch)
tree2588f733d54c1eab5c54760b4ba1197d01155b2f /res/layout-sw600dp/title_bar_nav.xml
parente3da7d615be4710da92a79e6ed70dc1982deda4c (diff)
downloadpackages_apps_Browser-034637c74e84153bd1f7cdd922daaeb9f6af9b8e.zip
packages_apps_Browser-034637c74e84153bd1f7cdd922daaeb9f6af9b8e.tar.gz
packages_apps_Browser-034637c74e84153bd1f7cdd922daaeb9f6af9b8e.tar.bz2
Tabs UI updated
Bug: 5153985 Change-Id: Icbe235f1c09a58199581c55bfb2d82318f13f7f7
Diffstat (limited to 'res/layout-sw600dp/title_bar_nav.xml')
-rw-r--r--res/layout-sw600dp/title_bar_nav.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-sw600dp/title_bar_nav.xml b/res/layout-sw600dp/title_bar_nav.xml
index 37bea35..3ef6d35 100644
--- a/res/layout-sw600dp/title_bar_nav.xml
+++ b/res/layout-sw600dp/title_bar_nav.xml
@@ -58,11 +58,12 @@
android:background="@drawable/url_background">
<ImageView
android:id="@+id/url_icon"
- android:layout_width="wrap_content"
+ android:layout_width="48dp"
android:layout_height="match_parent"
android:src="@drawable/ic_web_holo_dark"
android:contentDescription="@string/accessibility_button_uaswitch"
- style="@style/HoloIcon" />
+ android:scaleType="center"
+ style="@style/HoloButton" />
<ImageView
android:id="@+id/lock"
android:layout_width="wrap_content"
@@ -74,7 +75,6 @@
android:layout_width="0dip"
android:layout_weight="1.0"
android:layout_height="match_parent"
- android:layout_marginLeft="16dip"
android:paddingLeft="0dip"
android:paddingRight="0dip"
android:background="@null"