aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
authorJeremy Klein <jklein24@gmail.com>2015-10-22 10:42:43 -0700
committerJeremy Klein <jklein24@gmail.com>2015-10-22 10:42:43 -0700
commit0eeb8794fab1358389b0ff98d15761abe23ced9f (patch)
tree42acb30e08ab5d0419d5a1a7c64e27c0d4015a92 /app/src/main/res
parent5a333f12c354205282898f3a8db0c517d1356f33 (diff)
parent0ba492825d85f5d41acdd00fdbbcd6e8f1d8dfff (diff)
downloadconnectbot-0eeb8794fab1358389b0ff98d15761abe23ced9f.tar.gz
connectbot-0eeb8794fab1358389b0ff98d15761abe23ced9f.tar.bz2
connectbot-0eeb8794fab1358389b0ff98d15761abe23ced9f.zip
Merge pull request #318 from johnheroy/fontsizeslider
Clear focus on font size EditText when font size SeekBar progress changed
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_host_editor.xml2
1 files changed, 2 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 e4a2094..faa22bc 100644
--- a/app/src/main/res/layout/fragment_host_editor.xml
+++ b/app/src/main/res/layout/fragment_host_editor.xml
@@ -25,6 +25,8 @@
>
<LinearLayout
+ android:focusable="true"
+ android:focusableInTouchMode="true"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"