Android 首选项布局
我在我的首选项活动中使用 CheckBoxPreference。
该应用程序是用希伯来语(RTL 语言)编写的。
有谁知道我是否可以更改 CheckBoxPreference 的方向,以便复选框位于左侧且文本向右对齐?
10X, 乌迪
I am using CheckBoxPreference in my preferences activity.
The application is written in hebrew, which is RTL language.
Does anyone knows if I can change the direction of the CheckBoxPreference, so that the checkbox will be on the left and the text will be aligned to the right?
10X,
Udi
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要扩展“CheckBoxPreference”基类并重写 onCreateView 方法添加您自己的布局。
You need to extend "CheckBoxPreference" base class and override the onCreateView method adding your own layout.