我目前使用Devsmartlib.jar庫。如何Rtl水平ListView?
這是在我的activitymain.xml文件:
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:android="http://schemas.android.com/apk/res/android"
android:gravity="right">
<com.devsmart.android.ui.HorizontalListView
android:id="@+id/hlistview"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="right" />
</LinearLayout>
我想告訴我的名單從右到左,但它不工作。
請幫幫我。
你可以張貼一些代碼來告訴我們您到目前爲止試過嗎? – Arc676
@ Arc676編輯我的文章。 – Mohammad
請檢查此答案: [鏈接](https://stackoverflow.com/questions/31728837/recyclerview-grow-element-from-right-to-left/46315909#46315909) –