Android7.0中文文档(API) --- CheckedTextView

来源:互联网 发布:傲盾网络加速器 编辑:程序博客网 时间:2024/06/05 13:22

完整内容,请查看:http://www.zhdoc.net/android/reference/android/widget/CheckedTextView.html

CheckedTextView

public class CheckedTextView
extendsTextView implements Checkable

java.lang.Object   ↳android.view.View    ↳android.widget.TextView     ↳android.widget.CheckedTextView
已知的直接子类


An extension to TextView that supports theCheckable interface and displays.
TextView的一个扩展,支持Checkable的接口和显示。

This is useful when used in a ListView where thesetChoiceMode has been set to something other thanCHOICE_MODE_NONE.
当在ListView中使用此类时,这里setChoiceMode方法用于设置一些有用的属性,而不是CHOICE_MODE_NONE

摘要


XML属性

android:checkMarkdrawable,用于复选标记图像。 android:checkMarkTint复选标记的tint。 android:checkMarkTintMode混合模式,用于复选标记着色。 android:checked此按钮的初始状态为选中。 

继承XML属性

From class android.widget.TextView
From class android.view.View

继承常量

完整内容,请查看:http://www.zhdoc.net/android/reference/android/widget/CheckedTextView.html

原创粉丝点击