diff options
author | Leon Scroggins <scroggo@google.com> | 2009-09-30 18:14:38 -0400 |
---|---|---|
committer | Leon Scroggins <scroggo@google.com> | 2009-09-30 18:14:38 -0400 |
commit | bd7d51781ccc0b3a067d17f417c5097cde94f25d (patch) | |
tree | 80dba893caac4c4012f02b3977cfe20c79073ac1 /res/layout/title_bar.xml | |
parent | 84a2df8efc941db78e78340c9e5a9e808b4eabba (diff) | |
download | packages_apps_Browser-bd7d51781ccc0b3a067d17f417c5097cde94f25d.zip packages_apps_Browser-bd7d51781ccc0b3a067d17f417c5097cde94f25d.tar.gz packages_apps_Browser-bd7d51781ccc0b3a067d17f417c5097cde94f25d.tar.bz2 |
Adjust the spacing between the title and bookmarks/stop button.
Makes the spacing look more like the spacing between the search
bar's go button and microphone button, which are roughly in the
place.
Change-Id: I61d8619c3af8daa3e33ff5b263819f0ffdadb553
Diffstat (limited to 'res/layout/title_bar.xml')
-rw-r--r-- | res/layout/title_bar.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/title_bar.xml b/res/layout/title_bar.xml index b9bc136..1ea33fc 100644 --- a/res/layout/title_bar.xml +++ b/res/layout/title_bar.xml @@ -75,7 +75,7 @@ android:id="@+id/rt_btn" android:layout_width="wrap_content" android:layout_height="fill_parent" - android:layout_marginLeft="8dip" + android:layout_marginLeft="6dip" android:scaleType="center" android:layout_marginBottom="4dip" android:background="@drawable/btn_bookmark" |