PDF から XML に移行するプログラムを作成しましたが、何らかの理由で和音の場所がオリジナルとは異なります。私を助けるために何かアイデアをくれるかどうか尋ねたかったのです。私は少し立ち往生しています
実際、これは私のxmlコードです:
<?xml version='1.0' encoding='utf-8'?>
<LinearLayout xmlns:android='http://schemas.android.com/apk/res/android'
android:orientation='vertical'
android:layout_width='match_parent'
android:layout_height='match_parent' >
<TextView
android:layout_width='wrap_content'
android:layout_height='wrap_content'
android:fontFamily='sans-serif'
android:typeface='serif'
android:textAppearance='?android:attr/textAppearanceLarge'
android:text=' G C G G C Em D C G ' android:textSize='15sp' />
<TextView
android:layout_width='wrap_content'
android:layout_height='wrap_content'
android:fontFamily='sans-serif'
android:typeface='serif'
android:textAppearance='?android:attr/textAppearanceLarge'
android:text='¡Aleluya, aleluya! Te alabamos, Señor, nuestro Rey. ' android:textSize='18sp' />
</LinearLayout>
フォントサイズ、位置の変更を変更しようとしましたが、常に間違っていました。画像なしのテキストを使用したい。
ご協力いただきありがとうございます