summaryrefslogtreecommitdiff
path: root/client/Piztor/res/layout/main_footbar.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/Piztor/res/layout/main_footbar.xml')
-rw-r--r--client/Piztor/res/layout/main_footbar.xml16
1 files changed, 10 insertions, 6 deletions
diff --git a/client/Piztor/res/layout/main_footbar.xml b/client/Piztor/res/layout/main_footbar.xml
index 69760c0..b4659ff 100644
--- a/client/Piztor/res/layout/main_footbar.xml
+++ b/client/Piztor/res/layout/main_footbar.xml
@@ -3,7 +3,7 @@
android:layout_width="fill_parent"
android:layout_height="48dip"
android:orientation="horizontal"
- android:background="@drawable/footbar_background" >
+ android:background="@drawable/footbar_background" android:baselineAligned="false">
<LinearLayout
android:id="@+id/footbar_btn_search_layout"
@@ -15,12 +15,13 @@
android:layout_weight="1">
<ImageButton
android:id="@+id/footbar_btn_search"
- android:layout_width="30dip"
+ android:layout_width="90dip"
android:layout_height="30dip"
android:layout_gravity="center"
+ android:contentDescription="@string/desc"
android:background="@drawable/footbar_btn_search_style"/>
<TextView
- android:id="@+id/footbar_btn_search"
+ android:id="@+id/footbar_btn_search_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
@@ -40,9 +41,10 @@
android:layout_weight="1">
<ImageButton
android:id="@+id/footbar_btn_fetch"
- android:layout_width="30dip"
+ android:layout_width="90dip"
android:layout_height="30dip"
android:layout_gravity="center"
+ android:contentDescription="@string/desc"
android:background="@drawable/footbar_btn_fetch_style"/>
<TextView
android:id="@+id/footbar_btn_fetch_text"
@@ -65,9 +67,10 @@
android:layout_weight="1">
<ImageButton
android:id="@+id/footbar_btn_focus"
- android:layout_width="30dip"
+ android:layout_width="90dip"
android:layout_height="30dip"
android:layout_gravity="center"
+ android:contentDescription="@string/desc"
android:background="@drawable/footbar_btn_focus_style"/>
<TextView
android:id="@+id/footbar_btn_focus_text"
@@ -90,9 +93,10 @@
android:layout_weight="1">
<ImageButton
android:id="@+id/footbar_btn_settings"
- android:layout_width="30dip"
+ android:layout_width="90dip"
android:layout_height="30dip"
android:layout_gravity="center"
+ android:contentDescription="@string/desc"
android:background="@drawable/footbar_btn_settings_style"/>
<TextView
android:id="@+id/footbar_btn_settings_text"