aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/item_terminal.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-10-14 18:02:44 -0700
committerKenny Root <kenny@the-b.org>2015-10-14 18:02:44 -0700
commit783c975a9d532cfcd1177b1cac0322973e576b22 (patch)
tree5bff78c72f27e0d38217d30cecf423af81959bf3 /app/src/main/res/layout/item_terminal.xml
parent34cb0aac6364ef744e1326e054d292ecde1d7096 (diff)
parent0b1de8d696ed7abf64766fefe5700e750cd1f30e (diff)
downloadconnectbot-783c975a9d532cfcd1177b1cac0322973e576b22.tar.gz
connectbot-783c975a9d532cfcd1177b1cac0322973e576b22.tar.bz2
connectbot-783c975a9d532cfcd1177b1cac0322973e576b22.zip
Merge pull request #290 from rhansby/proper-textview-scrolling
Correct scrolling of selected text in TerminalView
Diffstat (limited to 'app/src/main/res/layout/item_terminal.xml')
-rw-r--r--app/src/main/res/layout/item_terminal.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_terminal.xml b/app/src/main/res/layout/item_terminal.xml
index b34c800..e79325d 100644
--- a/app/src/main/res/layout/item_terminal.xml
+++ b/app/src/main/res/layout/item_terminal.xml
@@ -25,7 +25,7 @@
>
<TextView
- android:id="@+id/terminal_overlay"
+ android:id="@+id/terminal_name_overlay"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"