summaryrefslogtreecommitdiff
path: root/client/Piztor/res/layout/settings_headbar.xml
diff options
context:
space:
mode:
authorGoblin911 <goblinliu@gmail.com>2013-08-28 16:32:26 +0800
committerGoblin911 <goblinliu@gmail.com>2013-08-28 16:32:26 +0800
commit68ed59a88f2409f632c3731c0e5dc246713676a2 (patch)
treec0f7ba850655ed4ce0e95a5a7815541cbe24f4c9 /client/Piztor/res/layout/settings_headbar.xml
parent0a8315a94d8ed1252f3f96d4ca41ddc632c3bc98 (diff)
Fixed screen-rotation bug
Diffstat (limited to 'client/Piztor/res/layout/settings_headbar.xml')
-rw-r--r--client/Piztor/res/layout/settings_headbar.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/Piztor/res/layout/settings_headbar.xml b/client/Piztor/res/layout/settings_headbar.xml
index 9065bdb..606c172 100644
--- a/client/Piztor/res/layout/settings_headbar.xml
+++ b/client/Piztor/res/layout/settings_headbar.xml
@@ -7,9 +7,9 @@
<ImageButton
android:id="@+id/settings_btn_back"
- android:layout_width="40dip"
+ android:layout_width="110dip"
android:layout_height="40dip"
- android:layout_marginLeft="5dip"
+ android:layout_marginLeft="0dip"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
android:background="@drawable/navigation_back"/>