library_category.xml 928 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <eu.kanade.tachiyomi.ui.library.LibraryCategoryView
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:app="http://schemas.android.com/apk/res-auto"
  5. xmlns:tools="http://schemas.android.com/tools"
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent">
  8. <androidx.swiperefreshlayout.widget.SwipeRefreshLayout
  9. android:id="@+id/swipe_refresh"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent"/>
  12. <eu.davidea.fastscroller.FastScroller
  13. android:id="@+id/fast_scroller"
  14. android:layout_width="wrap_content"
  15. android:layout_height="match_parent"
  16. android:layout_centerHorizontal="true"
  17. android:layout_gravity="end"
  18. app:fastScrollerBubbleEnabled="false"
  19. tools:visibility="visible"/>
  20. </eu.kanade.tachiyomi.ui.library.LibraryCategoryView>