diff options
author | Michael Kolb <kolby@google.com> | 2011-11-14 11:03:00 -0800 |
---|---|---|
committer | Michael Kolb <kolby@google.com> | 2011-11-14 11:03:00 -0800 |
commit | f8fe4b567a2079ef6e323e7c79a38bc336bbd58c (patch) | |
tree | 1b9813b7cd1fb3a05fcd9a734ab27f1319eba707 /res/layout-sw600dp/title_bar_nav.xml | |
parent | d14c0ea21d6bebd4c6882d449c896de9db5059a8 (diff) | |
download | packages_apps_Browser-f8fe4b567a2079ef6e323e7c79a38bc336bbd58c.zip packages_apps_Browser-f8fe4b567a2079ef6e323e7c79a38bc336bbd58c.tar.gz packages_apps_Browser-f8fe4b567a2079ef6e323e7c79a38bc336bbd58c.tar.bz2 |
Restrict Favicon size for tablet
Bug: 5613430
Change-Id: I1373cb642f118856b0cbbdd1e55bc47483b07fde
Diffstat (limited to 'res/layout-sw600dp/title_bar_nav.xml')
-rw-r--r-- | res/layout-sw600dp/title_bar_nav.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/layout-sw600dp/title_bar_nav.xml b/res/layout-sw600dp/title_bar_nav.xml index 433394c..e628a81 100644 --- a/res/layout-sw600dp/title_bar_nav.xml +++ b/res/layout-sw600dp/title_bar_nav.xml @@ -58,12 +58,12 @@ android:background="@drawable/url_background"> <ImageView android:id="@+id/url_icon" - android:layout_width="48dp" - android:layout_height="match_parent" + android:layout_width="48dip" + android:layout_height="20dip" + android:paddingLeft="14dip" + android:paddingRight="14dip" android:src="@drawable/ic_web_holo_dark" - android:contentDescription="@string/accessibility_button_uaswitch" - android:scaleType="center" - style="@style/HoloButton" /> + android:layout_gravity="center" /> <ImageView android:id="@+id/lock" android:layout_width="wrap_content" |