当在 TextView 中用阿拉伯语写内容时,每行中的第一个单词会被剪切!!
仅当我将字体设置为 TextView 时才会出现此问题!
这是我的xml代码
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:scrollbars="vertical"
android:id="@+id/articleTEXT"
/>
注意:内容将从 SQLite 数据库中检索。