有夠陽春的AnalogClock, 當然有相同陽春的DigitalClock.
DigitalClock(數字鐘)是以數字形式顯示時:分:秒.
只要將上一篇的AnalogClock轉為DigitalClock, 修改/res/layout/main.xml便完成了.
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<TextView
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello"
/>
<DigitalClock
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
</LinearLayout>
2009年12月18日星期五
訂閱:
發佈留言 (Atom)
沒有留言:
發佈留言