diff options
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" |