Skip to content

Commit

Permalink
[fragment/library] Replace artist drawable
Browse files Browse the repository at this point in the history
  • Loading branch information
1552980358 committed May 31, 2023
1 parent 6c67bc3 commit 1c97d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<vector
xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
Expand All @@ -8,5 +7,5 @@
android:viewportHeight="24">
<path
android:fillColor="@android:color/white"
android:pathData="M12,12c2.21,0 4,-1.79 4,-4s-1.79,-4 -4,-4 -4,1.79 -4,4 1.79,4 4,4zM12,14c-2.67,0 -8,1.34 -8,4v1c0,0.55 0.45,1 1,1h14c0.55,0 1,-0.45 1,-1v-1c0,-2.66 -5.33,-4 -8,-4z" />
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10s10,-4.48 10,-10S17.52,2 12,2zM12,6c1.93,0 3.5,1.57 3.5,3.5S13.93,13 12,13s-3.5,-1.57 -3.5,-3.5S10.07,6 12,6zM12,20c-2.03,0 -4.43,-0.82 -6.14,-2.88C7.55,15.8 9.68,15 12,15s4.45,0.8 6.14,2.12C16.43,19.18 14.03,20 12,20z" />
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/library_artist_recycler_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
android:layout_height="@dimen/md_spec_leading_56"
android:layout_marginHorizontal="@dimen/md_spec_spacing_16"
android:layout_marginVertical="@dimen/md_spec_spacing_8"
app:srcCompat="@drawable/ic_round_person_24"
app:srcCompat="@drawable/ic_round_artist_24"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toStartOf="@id/linear_layout_text"
app:layout_constraintTop_toTopOf="parent"
Expand Down

0 comments on commit 1c97d7c

Please sign in to comment.