正在调试FTP应用备份功能。

This commit is contained in:
2026-01-30 21:38:04 +08:00
parent e21bb9058d
commit 9d97d6ed94
11 changed files with 1051 additions and 11 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Button
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Backups"
android:onClick="onBackups"/>
</LinearLayout>
</LinearLayout>