feat: Ability to toggle artist biography

This commit is contained in:
kmarius 2026-01-04 17:05:13 +01:00
parent c0dbe01bf9
commit bae9221070
3 changed files with 42 additions and 2 deletions

View file

@ -124,6 +124,19 @@
android:textOff=""
android:textOn="" />
<Button
android:id="@+id/button_toggle_bio"
android:layout_width="34dp"
android:layout_height="34dp"
android:layout_marginStart="12dp"
android:layout_marginEnd="0dp"
android:background="@drawable/ic_info_stream"
android:foreground="?android:attr/selectableItemBackgroundBorderless"
android:gravity="center"
android:text=""
android:textOff=""
android:textOn="" />
</LinearLayout>
<View