Android 首选项布局

发布于 2024-11-28 09:11:41 字数 149 浏览 0 评论 0原文

我在我的首选项活动中使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

記憶穿過時間隧道 2024-12-05 09:11:41

您需要扩展“CheckBoxPreference”基类并重写 onCreateView 方法添加您自己的布局。

You need to extend "CheckBoxPreference" base class and override the onCreateView method adding your own layout.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文