0
我真的試圖建立的TextView的向右的嚴重性:安卓:設置TextView的RTL
<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:padding="6dp"
android:textDirection="anyRtl"
android:textSize="18sp"
android:gravity="right"
android:textColor="#000000">
</TextView>
在所有的手機我測試它`OK exept GT-S5830(2.3.4),在GT只有當我刪除android:gravity =「right」它設置爲正確。
感謝
仍然沒有工作 – user3840841
刪除機器人:textDirection = 「anyRtl」,並嘗試安卓重力= 「right」 – Loures
已經嘗試了所有的組合......沒有什麼可以在所有手機中使用 – user3840841