aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/layout/act_help.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/res/layout/act_help.xml b/res/layout/act_help.xml
index 4a61200..5cc8e5f 100644
--- a/res/layout/act_help.xml
+++ b/res/layout/act_help.xml
@@ -35,8 +35,18 @@
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
+ android:text="@string/msg_version"
+ android:paddingTop="2dip"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:gravity="right"
+ android:paddingRight="2dip"
+ />
+
+ <TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
android:text="@string/help_intro"
- android:paddingTop="10dip"
+ android:paddingTop="2dip"
android:textAppearance="?android:attr/textAppearanceMedium"
android:gravity="center_horizontal"
/>