aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2008-11-08 10:01:55 +0000
committerKenny Root <kenny@the-b.org>2008-11-08 10:01:55 +0000
commitda6d73f5a5818b3cc874f7ed319014d591e101e8 (patch)
treeba799dfa55a47c77d674af005a77a207de33d0d5 /res/layout
parenta15922f44e480a8a6c09741507b1af00d1468d3b (diff)
downloadconnectbot-da6d73f5a5818b3cc874f7ed319014d591e101e8.tar.gz
connectbot-da6d73f5a5818b3cc874f7ed319014d591e101e8.tar.bz2
connectbot-da6d73f5a5818b3cc874f7ed319014d591e101e8.zip
* Add dynamic port forwarding.
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"
/>