listview
以下のようなエントリ属性で使用しました:
<ListView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:entries="@array/fi"/>
今私はそれをに変換していますRecyclerView
<android.support.v7.widget.RecyclerView
android:id="@+id/rv"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:entries
に属性があるかどうかを知りたいRecyclerView
ですか? または、エントリの代わりに他の属性はありますか?