summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-10-07 16:44:18 +0300
committerAndrew Dolgov <[email protected]>2020-10-07 16:44:18 +0300
commit3080a084900d672b5905adaec1109abf224968ce (patch)
tree4c3242cc2b30b5a5f42212c15c9dfbaf0dc7c493 /org.fox.ttrss/src/main/res
parentfd71c4849756a0222ab379cbbdfbeb770fa384c3 (diff)
article fragment: block focus events for webview to prevent it from jumping around
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/fragment_article.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/fragment_article.xml b/org.fox.ttrss/src/main/res/layout/fragment_article.xml
index 2226cffe..0dd14149 100755
--- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml
@@ -130,6 +130,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:descendantFocusability="blocksDescendants"
android:orientation="vertical" >
<TextView