测试使用ecto编写博客文章
blogo的问题是,xml无法正常在博客正文中显示。
测试一下ecto是否可行:
<?xml version=“1.0″ encoding=“utf-8″?>
<LinearLayout xmlns:android=“http://schemas.android.com/apk/res/android”
android:layout_width=“fill_parent” android:layout_height=“wrap_content”>
<ImageView android:id=“@+id/image” android:src=“@drawable/d1″
android:layout_width=“wrap_content” android:layout_height=“wrap_content” />
<TextView android:id=“@+id/title” android:layout_width=“wrap_content”
android:layout_height=“wrap_content” />
</LinearLayout>
发现不但可行,而且显示格式还非常好。
而且支持中文。