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

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<include layout="@layout/layout_bar"/>
<include layout="@layout/content_single"/>
<View
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>
</layout>

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"
/>

View File

@@ -44,4 +44,18 @@
<item>https://res5.d.cn/6f78ee3bcfdd033ef8e38596afb298d87de07e5f0f1f91f22acd57750f8ae68270531e2b266ea41c86cd196da839a0afef1952dde89773c7e26b9019249503174ca0513fa0a36a6472c4202bbf94da382964a0478471b753ebd95b67aac7ad89.apk</item>
</string-array>
<string-array name="group_urls">
<item>http://img.sc115.com/uploads/allimg/110420/20110420225600154.jpg</item>
<item>https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQv8s5M31tFNvbjtGgxqmx14eh2h2651gkbrx-kN0cNYPD0qvRi</item>
<item>http://img03.tooopen.com/images/20130811/tooopen_15265353.jpg</item>
<!--<item></item>-->
<!--<item></item>-->
<!--<item></item>-->
<!--<item></item>-->
<!--<item></item>-->
<!--<item></item>-->
<!--<item></item>-->
<!--<item></item>-->
</string-array>
</resources>