Prevent scroll to focused

This commit is contained in:
M66B 2020-04-13 18:44:52 +02:00
parent 25ce9ddeb3
commit 117ddf1e51
4 changed files with 16 additions and 4 deletions

View File

@ -11,7 +11,10 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true">
<!-- provider -->

View File

@ -11,7 +11,10 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true">
<eu.faircode.email.FixedTextView
android:id="@+id/tvParentTitle"

View File

@ -11,7 +11,10 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true">
<!--- linked account -->

View File

@ -11,7 +11,10 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true">
<eu.faircode.email.FixedTextView
android:id="@+id/tvPopSupport"