android ui组件有哪些
答案:2 悬赏:0 手机版
解决时间 2021-02-27 16:00
- 提问者网友:呐年旧曙光
- 2021-02-27 10:59
android ui组件有哪些
最佳答案
- 五星知识达人网友:痴妹与他
- 2021-02-27 11:44
常用的有
TextView EditText Button ImageView Dialog ListView GridView
以及用来包含这些的Layout
常用的Layout有LinearLayout RelativeLayout FrameLayout
单纯的创建一般都是采用new XXX(context);这样的方式,或是在xml里进行配置
android:width = "match_parent"
android:height="wrap_content"
/>
多看一些android的视频和sdk中自带的apiDemo会更容易理解
TextView EditText Button ImageView Dialog ListView GridView
以及用来包含这些的Layout
常用的Layout有LinearLayout RelativeLayout FrameLayout
单纯的创建一般都是采用new XXX(context);这样的方式,或是在xml里进行配置
android:width = "match_parent"
android:height="wrap_content"
/>
多看一些android的视频和sdk中自带的apiDemo会更容易理解
全部回答
- 1楼网友:撞了怀
- 2021-02-27 13:01
TextView、Button、CheckBox、RadioButton、CheckedTextView、Spinner、ProgressBar
SeekBar、QuickContactBadge、RadioGroup、RatingBar、EditText
LinearLayout、RelativeLayout、FrameLayout、Fragment、TableLayout、TableRow
ListView、ExpandableList、GridView、ScrollView、ImageView、ImageButton、Gallery
MediaController、VideoView、TimePicker、DatePicker等等
希望能帮到你,还望采纳
SeekBar、QuickContactBadge、RadioGroup、RatingBar、EditText
LinearLayout、RelativeLayout、FrameLayout、Fragment、TableLayout、TableRow
ListView、ExpandableList、GridView、ScrollView、ImageView、ImageButton、Gallery
MediaController、VideoView、TimePicker、DatePicker等等
希望能帮到你,还望采纳
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯