mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-15 18:25:09 +01:00
9a220073b9
Some changes from upstream plus: Settings in same view (collapsible) Sorted by enabled languages Disabled languages show as off Disabled sources due to language can be turned on via tapping on them then the snackbar
11 lines
550 B
XML
11 lines
550 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/coordinator"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" >
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/extension_prefs_recycler"
|
|
android:clipToPadding="false"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
</androidx.coordinatorlayout.widget.CoordinatorLayout> |