我正在使用工具:listitem屬性在設計佈局中使用recyclerview顯示我的視圖。問題是,它們總是出現在垂直列表中。有沒有辦法讓設計佈局編輯器水平顯示它們?Android設計佈局ListItem RecyclerView Horizontal
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<android.support.v7.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:listitem="@android:layout/simple_list_item_checked"/>
我想上述圖像,水平顯示。在設計視圖中。不是在應用程序本身,我知道如何做到這一點。
您可以閱讀這篇文章[HTTP://blog.nkdroidsolutions。 com/android-horizontal-vertical-recyclerview-example /] – sonnv1368
這是否有幫助:http://stackoverflow.com/questions/28460300/how-to-build-a-horizontal-listview-with-recyclerview? – Shaishav
sonnv1368該鏈接無效。 Shaishav不,它不是,這個問題不是關於創建水平的回收站視圖,而是關於在Android Studio的設計視圖中顯示它。 – easycheese