我想根据文本中的字符数设置文本视图的文本大小。所以我有一个像getTitleTextSize()这样的函数。如何与数据绑定一起使用来设置文本大小
答案 0 :(得分:1)
在xml中定义你的变量(类似的东西)
<data xmlns:android="http://schemas.android.com/apk/res/android">
<variable
name="variable"
type="way.to.your.class" />
</data>
然后只需在TextView xml定义中编写
android:textSize="@{variable::getTitleTextSize}"