Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Commit

Permalink
LibraryFragment: Make list card more sane
Browse files Browse the repository at this point in the history
Signed-off-by: Shinjo Akane <akane@akanework.org>
  • Loading branch information
AkaneTan committed Jul 31, 2023
1 parent 8ac51de commit 202f196
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/layout/library_list_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="77dp"
android:layout_height="72dp"
android:background="?android:attr/selectableItemBackground"
android:clickable="true"
android:focusable="true"
Expand All @@ -31,8 +31,8 @@

<ImageView
android:id="@+id/song_cover"
android:layout_width="52dp"
android:layout_height="52dp"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_gravity="center_vertical"
android:layout_marginStart="20dp"
android:background="@drawable/rp_album_cover"
Expand All @@ -58,7 +58,7 @@
android:singleLine="true"
android:text="@string/unknown_song"
android:textColor="?attr/colorOnSurface"
android:textSize="14sp" />
android:textSize="15sp" />

<TextView
android:id="@+id/song_meta"
Expand Down

0 comments on commit 202f196

Please sign in to comment.