XML文件的Android TextView中沒有顯示印地文文本
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/holo_blue_green"
android:orientation="vertical" >
<TextView
android:id="@+id/tv_question"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="none"
android:text="………यांच्या मते १८५७ चा उठाव म्हणजे 「भारतीयाचे पहिले स्वातंत्रयुद्ध 」 होय ."
android:textColor="@android:color/black"
android:textStyle="bold" />
</LinearLayout>
भारतीयाचे全字體 - 這個詞是不完整的。
你能發佈完整的佈局文件代碼嗎? – GrIsHu
是的,我更新了代碼請檢查它@GrIsHu – SKR
嘗試使用一些其他的印地文字體或只是刪除txtQues.setTypeface(_maratiTypeface); –