任务组bug 修复
This commit is contained in:
@@ -4,15 +4,23 @@
|
||||
android:layout_height="wrap_content"
|
||||
>
|
||||
|
||||
<include layout="@layout/layout_item_progress"
|
||||
<include
|
||||
layout="@layout/layout_item_progress"
|
||||
android:id="@+id/include"
|
||||
/>
|
||||
|
||||
<com.arialyy.simple.widget.NoScrollListView
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/child_list"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/include"
|
||||
android:orientation="vertical"
|
||||
android:paddingBottom="8dp"
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp"
|
||||
android:paddingTop="8dp"
|
||||
/>
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
8
app/src/main/res/layout/layout_child_state.xml
Normal file
8
app/src/main/res/layout/layout_child_state.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:padding="8dp"
|
||||
android:textColor="@color/black"
|
||||
android:textSize="20sp"
|
||||
/>
|
||||
@@ -47,17 +47,15 @@
|
||||
</string-array>
|
||||
|
||||
<string-array name="group_urls">
|
||||
<item>http://img.sc115.com/uploads/allimg/110420/20110420225600154.jpg</item>
|
||||
<item>http://img05.tooopen.com/images/20160121/tooopen_sy_155168162826.jpg</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>-->
|
||||
<item>https://res5.d.cn/5a6a3384c1b2be1a65d84b914e6a6fef697637578b6db2eb1056d50b09cf1dcf289d4045df7ef95746e498e3d6a848ab84c89b77aa60194e2c48e5a7cb748265.apk</item>
|
||||
<item>https://res5.d.cn/5a6a3384c1b2be1a52034c72752e8475414630ebc69318b84ef584115ebf5eaaab945ae07b7fe3596afc72a7940ff328d4a9553f6ae92d6c09ba4bfb533137f6.apk</item>
|
||||
<item>https://res5.d.cn/5a6a3384c1b2be1a426f06bfc69034d69c44ae1a01da180cab8e59bd1a5e1a784bac46ba0c64579d14f0e80a4ce4f068af89b0369a393456f4f449a8829cad5c.apk</item>
|
||||
</string-array>
|
||||
|
||||
<string-array name="group_names">
|
||||
<item>王者荣耀.apk</item>
|
||||
<item>战斗吧剑灵.apk</item>
|
||||
<item>天魔幻想.apk</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user