鸟语天空
基本视图——AnalogClock和DigitalClock
post by:追风剑情 2015-9-28 20:42

视图

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical"
    tools:context="${relativePackage}.${activityClass}" >

    <AnalogClock
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />

    <DigitalClock
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
</LinearLayout>

运行效果

cccc.png

评论:
发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容