Skip to content

对Databinding 支持不友好。 #62

@DavidMGT

Description

@DavidMGT

我都是这样定义的,但是一刷新界面图标经常全部消失了,显示不出来。drawable文件显示不出来了,我的操作就是点击跳转另外一个页面,再回到这个页面的时候,界面再次获取焦点的时候,图标全部显示不出来了
<com.bilibili.magicasakura.widgets.TintTextView
android:id="@+id/tv_state"
style="@style/Text_Content_Nomal_style"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="right"
android:drawableLeft="@{model.sceneStatus==model.SCENE_CLOSED?@drawable/scene_closed:@drawable/scene_open}"
android:drawableRight="@drawable/arrow_nospace"
android:gravity="center_vertical"
android:text="@{model.text}"
android:textColor='@{model.sceneStatus==model.SCENE_CLOSED?@color/negitive:@color/dark_green}' />

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions