Add new tab in MainActivity and migration for listing downloads.

This commit is contained in:
天クマ 2026-01-26 14:21:13 -03:00
commit 3a0154deea
6 changed files with 51 additions and 3 deletions

View 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>