XuDaojie / MultiStateView

通用状态切换视图(已停止维护)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android studio 找不到命名空间下面的内容,不能自动提示

sunjie798893816 opened this issue · comments

commented

<me.xdj.view.SimpleMultiStateView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/multi_state_view"
app:msv_emptyView="@layout/view_default_empty"
app:msv_failView="@layout/view_default_fail"
app:msv_loadingView="@layout/view_default_loading"
android:layout_width="match_parent"
android:layout_height="match_parent"

这样写玩 views的数据是空的

commented

我的问题,没有设置content