Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
li763407418 committed Jun 1, 2018
1 parent 82b4594 commit 9dbf1c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion soft1614080902325/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="edu.hzuapps.androidlabs.soft1614080902325">

<uses-permission android:name="android.permission.INTERNET"/>

<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@
import com.bumptech.glide.request.target.ImageViewTargetFactory;

public class personalInformationActivity extends AppCompatActivity {
private ImageView tv_11;

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_personal_information);
tv_11=findViewById(R.id.tv_11);
Glide.with(this).load("http://p8.qhmsg.com/dr/217_214_/t01fe2c1732a6a9a83d.jpg").into((ImageView) tv_11);

}


Expand Down

0 comments on commit 9dbf1c5

Please sign in to comment.