aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/wiz_eula.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/wiz_eula.xml')
-rw-r--r--res/layout/wiz_eula.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/wiz_eula.xml b/res/layout/wiz_eula.xml
index 06ae2da..38dbf6e 100644
--- a/res/layout/wiz_eula.xml
+++ b/res/layout/wiz_eula.xml
@@ -33,7 +33,16 @@
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
+ android:paddingTop="10dip"
+ android:text="@string/msg_version"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ />
+
+ <TextView
+ android:layout_width="fill_parent"
+ android:layout_height="wrap_content"
android:text="ConnectBot is a simple, powerful, open-source Secure Shell (SSH) client for your Android device."
+ android:paddingTop="10dip"
android:textAppearance="?android:attr/textAppearanceMedium"
/>