0

我想将复选框的标题向右对齐,将框向左对齐,因为我想在阿拉伯语应用程序中使用,我该怎么做?

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >

    <CheckBoxPreference android:key="testcheckbox"
    android:title="Checkbox Title"
    android:summary="Checkbox Summary..."/>
</PreferenceScreen>
4

0 回答 0