Skip to content

Commit

Permalink
hzuapps#6 hzuapps#533 第六次实验
Browse files Browse the repository at this point in the history
  • Loading branch information
zhazhahui9527 committed Apr 11, 2019
1 parent 209f769 commit 2ee7500
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
package="edu.hzuapps.androidlabs.soft1714080902232">
<application
android:usesCleartextTraffic="true"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ protected void onCreate(Bundle savedInstanceStanceState) {

@Override
public void onClick(View v) {
myImageView.setImageURL("https://ss1.bdstatic.com/70cFvXSh_Q1YnxGkpoWK1HF6hhy/it/u=1997820975,4255973498&fm=26&gp=0.jpg");
myImageView.setImageURL("http://g.hiphotos.baidu.com/image/pic/item/50da81cb39dbb6fd04a2a7440724ab18962b37d2.jpg");
}
});
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


<Button
android:text="加载网络图片"
android:text="从网络加载游戏帮助"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/button"
Expand Down

0 comments on commit 2ee7500

Please sign in to comment.