diff options
author | John Reck <jreck@google.com> | 2011-08-16 14:21:46 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-08-16 14:42:55 -0700 |
commit | 502a353bb815bee8bec6a60f3b741dc62e4729cd (patch) | |
tree | 8d04631f8c34dda56cd42ee636bbfb81958104ee /res | |
parent | 73be9db12f41f8cf3625a9dd7f5ddcf91504cfcd (diff) | |
download | packages_apps_Browser-502a353bb815bee8bec6a60f3b741dc62e4729cd.zip packages_apps_Browser-502a353bb815bee8bec6a60f3b741dc62e4729cd.tar.gz packages_apps_Browser-502a353bb815bee8bec6a60f3b741dc62e4729cd.tar.bz2 |
Add incognito and snapshot icons to tab switcher
Bug: 5162768
Change-Id: Ie0e1af52d26d236f666c26e2aaccaf4f9f28eb95
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/nav_tab_view.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/nav_tab_view.xml b/res/layout/nav_tab_view.xml index 31df29b..cdfcda7 100644 --- a/res/layout/nav_tab_view.xml +++ b/res/layout/nav_tab_view.xml @@ -28,7 +28,7 @@ android:layout_width="match_parent" android:layout_height="48dip" android:layout_gravity="center_horizontal" - android:paddingLeft="16dip" > + android:paddingLeft="8dip" > <TextView android:id="@+id/title" android:layout_width="0dip" @@ -39,7 +39,8 @@ android:ellipsize="end" android:lines="1" android:textAppearance="?android:attr/textAppearanceSmall" - android:scrollHorizontally="true" /> + android:scrollHorizontally="true" + android:drawablePadding="8dip" /> <ImageView android:id="@+id/closetab" android:src="@drawable/ic_stop_holo_dark" |