Android 程式開發:(十六)其他視圖 —— 16.1 AnalogClock和DigitalClock

來源:互聯網
上載者:User

AnalogClock視圖顯示了一個類比的時鐘,其中有一個時針和一個分針。與其相對的是DigitalClock視圖,它可以顯示數字類比時鐘。這兩個視圖只能顯示系統時間,不允許顯示一個特定時區的時間。因此,如果你想要顯示一個特定時區的時間,那麼你就不得不去實現你自己的自訂控制項了。

註:關於如何自訂控制項,請查看如下網址。

http://developer.android.com/guide/topics/ui/custom-components.html

使用AnalogClock與DigitalClock是非常簡單的。只要把它們聲明在xml檔案中就可以了。

<?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="fill_parent"    android:orientation="vertical" ><AnalogClockandroid:layout_width="wrap_content"android:layout_height="wrap_content" /><DigitalClockandroid:layout_width="wrap_content"android:layout_height="wrap_content" /></LinearLayout>

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.