Merge "Update the margin for the right icon."
diff --git a/res/layout/title_bar.xml b/res/layout/title_bar.xml
index d619d6b..f5c6d6d 100644
--- a/res/layout/title_bar.xml
+++ b/res/layout/title_bar.xml
@@ -76,9 +76,11 @@
android:id="@+id/rt_btn"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:layout_marginLeft="6dip"
+ android:layout_marginLeft="-2dip"
+ android:layout_marginTop="-6.5dip"
+ android:layout_marginBottom="-2dip"
+ android:layout_marginRight="-5dip"
android:scaleType="center"
- android:layout_marginBottom="4dip"
android:background="@drawable/btn_bookmark"
android:src="@drawable/ic_btn_bookmarks"
/>