Pra*_*ani 5 xml arrays android
正如我所看到的那样,有很多帖子可以从XML 获取String Array并直接绑定到SpinnerRecyclerView等任何其他控件.
特别是在Android数据绑定 字符串数组中与RecylerView绑定使用app:entries="@{@stringArray/fi} 如下:
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<android.support.v7.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="match_parent"
app:entries="@{@stringArray/fi}"
app:layoutManager="android.support.v7.widget.LinearLayoutManager"/>
</layout>
Run Code Online (Sandbox Code Playgroud)
有没有办法为彩色阵列做到这一点?