从数据库中检索数据并显示在列表视图中。数据是阿拉伯语,我使用的字体是" Uthmanic_hafs_ver09"。它适用于大屏幕设备,但对于像Galaxy S4 mini这样的小屏幕设备,字母相互重叠。我尝试过不同的字体,虽然它可以和其中一些字体一起使用,但不适合我喜欢使用的字体。有人遇到过同样的问题吗?
XML代码
<TextView
android:id="@+id/textView_Verse"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginRight="7dp"
android:lineSpacingExtra="10dp"
android:paddingTop="7dp"
android:scrollHorizontally="false"
android:textColor="#ff000000" />