基本视图——AnalogClock和DigitalClock

作者:追风剑情 发布于:2015-9-28 20:42 分类:Android

视图

  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:orientation="vertical"
  6. tools:context="${relativePackage}.${activityClass}" >
  7.  
  8. <AnalogClock
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content" />
  11.  
  12. <DigitalClock
  13. android:layout_width="wrap_content"
  14. android:layout_height="wrap_content" />
  15. </LinearLayout>

运行效果

cccc.png

标签: Android

Powered by emlog  蜀ICP备18021003号-1   sitemap

川公网安备 51019002001593号