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