Fix content focusiblity issues when using remote/controllers (closes #3766)

(cherry picked from commit d8a3692d9275ded1620751eb851aafb0d3e08602)
This commit is contained in:
arkon 2021-01-04 14:02:23 -05:00 committed by Jobobby04
parent f4549c5910
commit a1102d790f
2 changed files with 0 additions and 2 deletions

View File

@ -28,7 +28,6 @@
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:clipToPadding="false"
android:descendantFocusability="blocksDescendants"
android:paddingBottom="@dimen/fab_list_padding"
tools:listitem="@layout/chapters_item" />

View File

@ -15,7 +15,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:descendantFocusability="blocksDescendants"
android:paddingBottom="@dimen/action_toolbar_list_padding"
tools:listitem="@layout/updates_item" />