chore: code refactor

This commit is contained in:
rebelonion 2024-02-06 02:16:10 -06:00
parent 8d7b86a667
commit a2e44da99d
334 changed files with 3550 additions and 3092 deletions

View file

@ -22,10 +22,10 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/subtitlesRecycler"
android:layout_width="match_parent"
android:layout_marginEnd="8dp"
android:layout_height="match_parent"
android:layout_marginStart="8dp"
tools:listitem="@layout/item_subtitle_text"
android:layout_height="match_parent" />
android:layout_marginEnd="8dp"
tools:listitem="@layout/item_subtitle_text" />
</LinearLayout>