summaryrefslogtreecommitdiff
path: root/client/Piztor/res/layout/main_footbar.xml
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-30 22:48:29 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-30 22:48:29 +0800
commit29b6f83eca288a1bdc2b5cfcbbd1ae2651b97ae6 (patch)
tree173a519dbb893170aa4856a727205f0d73b8b2fd /client/Piztor/res/layout/main_footbar.xml
parent3054e381a1d384dee4206bfe5646f057bf82446e (diff)
parent1cc2c0f8319df86602da0ae1eed6456d4ff3b172 (diff)
Merge branch 'master' of github.com:Determinant/piztor
Diffstat (limited to 'client/Piztor/res/layout/main_footbar.xml')
-rw-r--r--client/Piztor/res/layout/main_footbar.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/client/Piztor/res/layout/main_footbar.xml b/client/Piztor/res/layout/main_footbar.xml
index b4659ff..287fb4f 100644
--- a/client/Piztor/res/layout/main_footbar.xml
+++ b/client/Piztor/res/layout/main_footbar.xml
@@ -6,7 +6,7 @@
android:background="@drawable/footbar_background" android:baselineAligned="false">
<LinearLayout
- android:id="@+id/footbar_btn_search_layout"
+ android:id="@+id/footbar_btn_checkin_layout"
android:layout_width="64dip"
android:layout_height="match_parent"
android:orientation="vertical"
@@ -14,21 +14,21 @@
android:layout_gravity="center_vertical"
android:layout_weight="1">
<ImageButton
- android:id="@+id/footbar_btn_search"
+ android:id="@+id/footbar_btn_checkin"
android:layout_width="90dip"
android:layout_height="30dip"
android:layout_gravity="center"
android:contentDescription="@string/desc"
- android:background="@drawable/footbar_btn_search_style"/>
+ android:background="@drawable/footbar_btn_checkin_style"/>
<TextView
- android:id="@+id/footbar_btn_search_text"
+ android:id="@+id/footbar_btn_checkin_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:textSize="10dip"
android:textColor="@android:color/white"
android:layout_gravity="center"
- android:text="@string/search"/>
+ android:text="@string/checkin"/>
</LinearLayout>
<LinearLayout