aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/dia_portforward.xml9
-rw-r--r--res/layout/wiz_eula.xml2
2 files changed, 9 insertions, 2 deletions
diff --git a/res/layout/dia_portforward.xml b/res/layout/dia_portforward.xml
index 0bd00c0..6e7c522 100644
--- a/res/layout/dia_portforward.xml
+++ b/res/layout/dia_portforward.xml
@@ -53,7 +53,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/portforward_local"
- android:paddingRight="30dip"
+ android:paddingRight="10dip"
/>
<RadioButton
@@ -61,8 +61,15 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/portforward_remote"
+ android:paddingRight="10dip"
/>
+ <RadioButton
+ android:id="@+id/portforward_dynamic"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="@string/portforward_dynamic"
+ />
</RadioGroup>
<TableLayout
diff --git a/res/layout/wiz_eula.xml b/res/layout/wiz_eula.xml
index 8427333..a6bcd8d 100644
--- a/res/layout/wiz_eula.xml
+++ b/res/layout/wiz_eula.xml
@@ -77,7 +77,7 @@
android:layout_height="wrap_content"
android:paddingTop="10dip"
android:autoLink="web"
- android:text="Copyright \u00a9 2007-2008 Kenny Root http://the-b.org, Jeffrey Sharkey http://jsharkey.org\n\nBased in part on the Trilead SSH2 client, provided under a BSD-style license. Copyright \u00a9 2007 Trilead AG. http://www.trilead.com\n\nAlso based on JTA Telnet/SSH client, provided under the GPLv2 license. Copyright \u00a9 Matthias L. Jugel, Marcus Meiner 1996-2005. http://www.javassh.org"
+ android:text="Copyright \u00a9 2007-2008 Kenny Root http://the-b.org, Jeffrey Sharkey http://jsharkey.org\n\nBased in part on the Trilead SSH2 client, provided under a BSD-style license. Copyright \u00a9 2007 Trilead AG. http://www.trilead.com\n\nAlso based on JTA Telnet/SSH client, provided under the GPLv2 license. Copyright \u00a9 Matthias L. Jugel, Marcus Meiner 1996-2005. http://www.javassh.org\n\nAlso based in part on the JSOCKS library, provided under the GNU LGPL license. http://jsocks.sourceforge.net/"
android:textSize="14sp"
android:textColor="#bebebe"
/>