|
|
@ -8,15 +8,6 @@ |
|
|
|
> |
|
|
|
> |
|
|
|
<include layout="@layout/layout_bar"/> |
|
|
|
<include layout="@layout/layout_bar"/> |
|
|
|
|
|
|
|
|
|
|
|
<Button |
|
|
|
|
|
|
|
android:id="@+id/single_task" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:onClick="onClick" |
|
|
|
|
|
|
|
android:text="上传" |
|
|
|
|
|
|
|
style="?buttonBarButtonStyle" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<com.arialyy.simple.widget.HorizontalProgressBarWithNumber |
|
|
|
<com.arialyy.simple.widget.HorizontalProgressBarWithNumber |
|
|
|
android:id="@+id/pb" |
|
|
|
android:id="@+id/pb" |
|
|
|
android:layout_width="wrap_content" |
|
|
|
android:layout_width="wrap_content" |
|
|
@ -26,6 +17,15 @@ |
|
|
|
style="?android:attr/progressBarStyleHorizontal" |
|
|
|
style="?android:attr/progressBarStyleHorizontal" |
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<Button |
|
|
|
|
|
|
|
android:id="@+id/single_task" |
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
|
|
|
android:onClick="onClick" |
|
|
|
|
|
|
|
android:text="上传" |
|
|
|
|
|
|
|
style="?buttonBarButtonStyle" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
</layout> |
|
|
|
</layout> |
|
|
|