私は WP-CodeBox プラグインで Android に関するブログを書いており、次のようにレイアウト.xml をブログに追加したいと考えています。
<pre><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<ImageView android:id="@+id/icon"
android:layout_width="@dimen/notification_large_icon_width"
android:layout_height="@dimen/notification_large_icon_height"
android:background="@android:drawable/bg_tile"
android:scaleType="center"
/>
</LinearLayout></pre>
HTMLモードで、編集モードをビジュアルモードに変更すると、xmlがなくなりました! xml モードで不正な形式の xml を表示する方法を教えてください。wordpressに他のxml編集プラグインはありますか? ありがとう!