Replace CircleImageView with ShapeableImageView
This commit is contained in:
parent
ae5e3ff54e
commit
dcb1ba4a39
21 changed files with 95 additions and 51 deletions
|
|
@ -17,10 +17,11 @@
|
|||
android:orientation="vertical"
|
||||
android:padding="4dp">
|
||||
|
||||
<de.hdodenhof.circleimageview.CircleImageView
|
||||
<com.google.android.material.imageview.ShapeableImageView
|
||||
android:id="@+id/thumbnail_view"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
app:shapeAppearance="@style/CircularImageView"
|
||||
tools:src="@drawable/buddy_channel_item" />
|
||||
|
||||
<org.schabi.newpipe.views.NewPipeTextView
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue