diff options
author | Teddy <[email protected]> | 2013-08-30 22:48:29 +0800 |
---|---|---|
committer | Teddy <[email protected]> | 2013-08-30 22:48:29 +0800 |
commit | 29b6f83eca288a1bdc2b5cfcbbd1ae2651b97ae6 (patch) | |
tree | 173a519dbb893170aa4856a727205f0d73b8b2fd /client/Piztor/res/layout/settings_headbar.xml | |
parent | 3054e381a1d384dee4206bfe5646f057bf82446e (diff) | |
parent | 1cc2c0f8319df86602da0ae1eed6456d4ff3b172 (diff) |
Merge branch 'master' of github.com:Determinant/piztor
Diffstat (limited to 'client/Piztor/res/layout/settings_headbar.xml')
-rw-r--r-- | client/Piztor/res/layout/settings_headbar.xml | 4 |
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 606c172..3063b66 100644 --- a/client/Piztor/res/layout/settings_headbar.xml +++ b/client/Piztor/res/layout/settings_headbar.xml @@ -5,14 +5,14 @@ android:background="@drawable/topbar_background" android:id="@+id/settings_headbar_layout" > - <ImageButton + <!-- ImageButton android:id="@+id/settings_btn_back" android:layout_width="110dip" android:layout_height="40dip" android:layout_marginLeft="0dip" android:layout_alignParentLeft="true" android:layout_centerVertical="true" - android:background="@drawable/navigation_back"/> + android:background="@drawable/navigation_back"/--> <TextView android:id="@+id/settings_headbar_text" |