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