toggle menu
AppUpdater
androidJvm
switch theme
search in API
app-dialog
/
com.king.app.dialog
/
AppDialogConfig
/
ViewHolder
/
setText
set
Text
open
fun
setText
(
@
IdRes
id
:
Int
,
@
StringRes
resId
:
Int
)
:
TextView
设置文本内容
setText
Return
TextView
Parameters
id
视图ID
res
Id
字符串资源ID
open
fun
setText
(
@
IdRes
id
:
Int
,
text
:
CharSequence
)
:
TextView
设置文本内容
setText
Return
TextView
Parameters
id
视图ID
text
文本