feat: voiceActor's characters info

This commit is contained in:
aayush262 2024-04-05 13:20:24 +05:30
parent dec4996760
commit 63c3058f5b
8 changed files with 117 additions and 45 deletions

View file

@ -55,6 +55,8 @@
tools:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
tools:listitem="@layout/item_media_compact"
tools:orientation="horizontal" />
</LinearLayout>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -65,6 +67,4 @@
android:padding="8dp"
android:text="@string/roles"
android:textSize="18sp" />
</LinearLayout>
</LinearLayout>