aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
authorKyle Horimoto <khorimoto@gmail.com>2015-10-22 15:09:17 -0700
committerKyle Horimoto <khorimoto@gmail.com>2015-10-22 15:09:17 -0700
commiteeb409484172eb3a8ae5d5aac8acec255aeb1500 (patch)
tree80ce229e5460c45e6e7d2c31b4b65b18a170423a /app/src/main/res
parenta7442cdbe55769f0e0b59182920eedb39b65b662 (diff)
downloadconnectbot-eeb409484172eb3a8ae5d5aac8acec255aeb1500.tar.gz
connectbot-eeb409484172eb3a8ae5d5aac8acec255aeb1500.tar.bz2
connectbot-eeb409484172eb3a8ae5d5aac8acec255aeb1500.zip
Don't display a nickname field when protocol is 'local.'
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_host_editor.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_host_editor.xml b/app/src/main/res/layout/fragment_host_editor.xml
index faa22bc..d368d20 100644
--- a/app/src/main/res/layout/fragment_host_editor.xml
+++ b/app/src/main/res/layout/fragment_host_editor.xml
@@ -173,6 +173,7 @@
</LinearLayout>
<RelativeLayout
+ android:id="@+id/nickname_item"
android:layout_width="match_parent"
android:layout_height="wrap_content"
>