|
|
|
@ -201,7 +201,7 @@ |
|
|
|
android:onClick="@{holder::onMoreClick}" |
|
|
|
android:scaleType="center" |
|
|
|
vlc:srcCompat="@drawable/ic_more" |
|
|
|
android:visibility="@{isPresent && !inSelection ? View.VISIBLE : View.GONE}" |
|
|
|
android:visibility="@{isPresent && !inSelection ? View.VISIBLE : View.INVISIBLE}" |
|
|
|
android:background="?attr/selectableItemBackgroundBorderless" |
|
|
|
vlc:layout_constraintBottom_toBottomOf="@+id/subtitle" |
|
|
|
vlc:layout_constraintEnd_toEndOf="parent" |
|
|
|
|