1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-18 21:28:54 +00:00

Removed descendant focusability

This commit is contained in:
M66B 2019-06-12 18:29:55 +02:00
parent 58a45aff3f
commit 3b273a2d4a
2 changed files with 2 additions and 8 deletions

View file

@ -8,10 +8,7 @@
android:id="@+id/clItem"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/activatableItemBackground"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true">
android:background="?attr/activatableItemBackground">
<include
android:id="@+id/inHeader"

View file

@ -8,10 +8,7 @@
android:id="@+id/clItem"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/activatableItemBackground"
android:descendantFocusability="beforeDescendants"
android:focusable="true"
android:focusableInTouchMode="true">
android:background="?attr/activatableItemBackground">
<include
android:id="@+id/inHeader"