This commit is contained in:
AriaLyy
2017-07-06 17:48:11 +08:00
parent c2ab04b67b
commit 5533742855
11 changed files with 226 additions and 23 deletions

View File

@@ -13,7 +13,7 @@
android:id="@+id/download"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="下载 demo"
android:text="下载"
style="?buttonBarButtonStyle"
/>
@@ -21,15 +21,15 @@
android:id="@+id/upload"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="上传 demo"
android:text="上传"
style="?buttonBarButtonStyle"
/>
<Button
android:id="@+id/multi_test"
android:id="@+id/download_task_group"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="多任务测试"
android:text="下载任务组"
style="?buttonBarButtonStyle"
/>