Android实现按钮点击效果

时间:2021-01-04 00:53:37
【文件属性】:
文件名称:Android实现按钮点击效果
文件大小:33KB
文件格式:PDF
更新时间:2021-01-04 00:53:37
id roi 按钮 1、首先创建一个按钮 <Button android:id=@+id/click android:layout_width=fill_parent android:layout_height=wrap_content android:text=点击变色 android:background=@drawable/btn_st android:gravity=center/> 2、1中创建的按钮的background用到了btn_st,在drawable下创建btn_st <?xml version=1.0 encoding=utf-8?> <selector

网友评论