android studio基本控件及布局(实现图片查看器)
我们想要达到的预期效果图: .java文件: package com.example.helloworld; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.ImageView; import android.widget.TextView; public class HelloWorld exten
暂无评论