Issue#7 Enable Deleting Downloaded Video by swiping and add possibility to reordering pending videos when not loading
This commit is contained in:
parent
136530b927
commit
db58234f74
20 changed files with 532 additions and 67 deletions
|
|
@ -3,6 +3,7 @@
|
|||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
app:layoutDescription="@xml/queue_motion_description">
|
||||
|
||||
<View
|
||||
|
|
@ -91,6 +92,8 @@
|
|||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
tools:itemCount="3"
|
||||
tools:listitem="@layout/item_downloaded"
|
||||
app:layout_constraintTop_toBottomOf="@id/toolbar_background" />
|
||||
|
||||
</androidx.constraintlayout.motion.widget.MotionLayout>
|
||||
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:id="@+id/content"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?attr/selectableItemBackground"
|
||||
android:padding="@dimen/medium_padding">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue