本文介绍了如何使文本在android listview中从右向左对齐?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
请这样使我的列表视图的项目从右到左开始我该怎么办?
please I want to make my listview's items start from right to left like thishow can I do it?
推荐答案
将以下内容添加到布局中
Add the below to the Layout
android:layoutDirection="rtl"
这篇关于如何使文本在android listview中从右向左对齐?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!