下载任务数支持修改

This commit is contained in:
lyy
2016-11-14 16:56:09 +08:00
parent 493810d0b0
commit bd94e7dd27
8 changed files with 185 additions and 4 deletions

View File

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<layout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
>
<LinearLayout
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
@ -14,7 +15,19 @@
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@+id/toolbar"
/>
</LinearLayout>
<Button
android:onClick="onClick"
android:id="@+id/num"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:text="下载数设置"
android:layout_margin="16dp"
/>
</RelativeLayout>
</layout>