Skip to content

Commit

Permalink
allow selecting chapters using dpad/keyboard (flip phones)
Browse files Browse the repository at this point in the history
  • Loading branch information
az4521 committed Feb 24, 2024
1 parent 89b789b commit c594b3c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/res/layout/chapters_controller.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@
android:layout_marginStart="16dp"
android:layout_marginEnd="16dp"
android:clipToPadding="false"
android:descendantFocusability="blocksDescendants"
android:descendantFocusability="afterDescendants"
android:paddingBottom="@dimen/fab_list_padding"
tools:listitem="@layout/chapters_item" />

</eu.kanade.tachiyomi.widget.ThemedSwipeRefreshLayout>

<eu.davidea.fastscroller.FastScroller
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/fast_scroller"
android:layout_width="wrap_content"
android:layout_height="match_parent"
Expand Down

0 comments on commit c594b3c

Please sign in to comment.