修改demo界面

This commit is contained in:
laoyuyu
2019-03-07 21:09:20 +08:00
parent 0f9f2577b8
commit 3042d06a0e
70 changed files with 691 additions and 377 deletions

View File

@@ -9,60 +9,10 @@
<include layout="@layout/layout_bar"/>
<Button
android:id="@+id/download"
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="http 下载"
style="?buttonBarButtonStyle"
/>
<Button
android:id="@+id/upload"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="http 上传"
style="?buttonBarButtonStyle"
/>
<Button
android:id="@+id/download_task_group"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="http 下载任务组"
style="?buttonBarButtonStyle"
/>
<Button
android:id="@+id/ftp_download"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="FTP 下载"
style="?buttonBarButtonStyle"
/>
<Button
android:id="@+id/ftp_dir_download"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="FTP 文件夹下载"
style="?buttonBarButtonStyle"
/>
<Button
android:id="@+id/ftp_upload"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="FTP 文件上传"
style="?buttonBarButtonStyle"
/>
<Button
android:id="@+id/kotlin_download"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="kotlin 下载"
style="?buttonBarButtonStyle"
android:layout_height="match_parent"
/>
</LinearLayout>