(cherry picked from commit dbe8931cf0a3839b10ec3deed9c0a262a493d891) # Conflicts: # app/src/main/res/drawable/ic_launcher_foreground.xml # app/src/main/res/layout/main_activity.xml # app/src/main/res/layout/manga_info_header.xml # app/src/main/res/layout/reader_activity.xml # app/src/main/res/layout/reader_general_settings.xml
11 lines
448 B
XML
Executable File
11 lines
448 B
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<androidx.recyclerview.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/track_recycler"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:clipToPadding="false"
|
|
android:paddingTop="8dp"
|
|
android:paddingBottom="8dp"
|
|
tools:listitem="@layout/track_item" />
|