测试使用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>

发现不但可行,而且显示格式还非常好。

屏幕快照 2010-04-24 下午10.46.58.png  

而且支持中文。

創建PDF格式    发送文章为PDF   

这篇文章上的评论的 RSS feed

Leave a Reply