为什么我的这个运行progressbar一直不显示,求解决:)
asynctask中的两个函数跟网课上的一毛一样
下面是xml布局文件,帮忙看看哪里错了
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:padding="20dp" android:layout_height="match_parent" android:orientation="vertical" > <ImageView android:id="@+id/testimage" android:layout_width="match_parent" android:layout_height="match_parent" /> <ProgressBar android:id="@+id/progressbar" android:layout_gravity="top" android:layout_width="wrap_content" android:layout_height="wrap_content" android:visibility="visible" /> </LinearLayout>