Add new tab in MainActivity and migration for listing downloads.
This commit is contained in:
parent
2a7350af89
commit
3a0154deea
6 changed files with 51 additions and 3 deletions
6
app/src/main/res/layout/downloads_fragment.xml
Normal file
6
app/src/main/res/layout/downloads_fragment.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Loading…
Add table
Add a link
Reference in a new issue