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:
parent
58a45aff3f
commit
3b273a2d4a
2 changed files with 2 additions and 8 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue