Started working on a way to show that items are already in a playlist
This commit is contained in:
parent
2caccef5cd
commit
40522dbebf
5 changed files with 66 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/itemRoot"
|
||||
android:layout_width="match_parent"
|
||||
|
|
@ -21,6 +22,17 @@
|
|||
android:src="@drawable/placeholder_thumbnail_playlist"
|
||||
tools:ignore="RtlHardcoded" />
|
||||
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/checkmark2"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_alignBottom="@id/itemThumbnailView"
|
||||
android:layout_marginBottom="-1dp"
|
||||
android:src="@drawable/ic_done"
|
||||
android:visibility="gone"
|
||||
app:tint="#E81111" />
|
||||
|
||||
<org.schabi.newpipe.views.NewPipeTextView
|
||||
android:id="@+id/itemStreamCountView"
|
||||
android:layout_width="45dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue