ListView layout inconsistent rendering with RTL languages (Arabic)

后端 未结 6 1295
鱼传尺愫
鱼传尺愫 2021-01-17 23:44

I have simple ListView with ArrayAdapter which is working just fine. The problems start with RTL language (Arabic in this case).

W

6条回答
  •  一向
    一向 (楼主)
    2021-01-18 00:15

    Try changing TextView gravity to this: android:gravity="center_vertical|right"

提交回复
热议问题