手机版

android常用控件总结(15)

发布时间:2021-06-06   来源:未知    
字号:

android 常用控件总结

android:layout_gravity//用于设置View组件相对于Container的对齐方式。 android:paddingLeft="30px" // 按钮上设置的内容离按钮左边边界30个像素 android:layout_marginLeft="30px" //整个按钮离左边设置的内容30个像素 android:layout_weight="1"//控件权重 即占的比例 默认值为0

android:gravity="center_horizontal"//水平居中

android:padding="3dip"

代码设计TextView textView = new TextView(this); //声明对象

textView.setTextColor(Color.RED); //设置字体颜色

textView.setTextSize(20); //设置字体大小

textView.setBackgroundColor(Color.BLUE);//控件背景色

textView.setText("你好") //显示的文字

textView.setHeight

textView.setWidth

textView.setVisibility(GONE/VISIBLE); //设置为不可见/可见

textView.setGravity(Gravity.CENTER);//设置文字权重

监听器TextView textView = new TextView(this); //得到对象

textview.setOnClickListener(new

TextView.OnClickListener(){-------------------------------------------TextView监听器

public void onClick(View v){

}

});

-------------------------------------------------------------------------------------------------------------------------------

ImageButton 带图标的按钮

xml设计

<ImageButton

android:id= "@+id/imageButton1"

android常用控件总结(15).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
×
二维码
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)