Android Widget 桌面数字时钟(DigtalClockWidget)实例(2)

 

 

首页Linux编程

背景:

阅读新闻

Android Widget 桌面数字时钟(DigtalClockWidget)实例

[日期:2013-04-18]   来源:Linux社区  作者:Java4Android   [字体:]  

b./layout/main.xml

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:Android="http://schemas.android.com/apk/res/android"
 android:id="@+id/digit" android:layout_width="fill_parent"
 android:layout_height="fill_parent" android:orientation="horizontal"
 android:gravity="center">

<!-- 定义19个ImageView来显示液晶数字 -->

<ImageView android:id="@+id/img01" android:layout_width="wrap_content"
  android:layout_height="wrap_content" />

<ImageView android:id="@+id/img02" android:layout_width="wrap_content"
  android:layout_height="wrap_content" />

<ImageView android:id="@+id/img03" android:layout_width="wrap_content"
  android:layout_height="wrap_content" />

<ImageView android:id="@+id/img04" android:layout_width="wrap_content"
  android:layout_height="wrap_content" />

<ImageView android:id="@+id/img05" android:layout_width="wrap_content"
  android:layout_height="wrap_content" android:src="@drawable/digity" />

<ImageView android:id="@+id/img06" android:layout_width="wrap_content"
  android:layout_height="wrap_content" />

<ImageView android:id="@+id/img07" android:layout_width="wrap_content"
  android:layout_height="wrap_content" />

<ImageView android:id="@+id/img08" android:layout_width="wrap_content"
  android:layout_height="wrap_content" android:src="@drawable/digity" />

<ImageView android:id="@+id/img09" android:layout_width="wrap_content"
  android:layout_height="wrap_content" />

<ImageView android:id="@+id/img10" android:layout_width="wrap_content"
  android:layout_height="wrap_content" />

<ImageView android:id="@+id/img11" android:layout_width="wrap_content"
  android:layout_height="wrap_content" android:src="@drawable/digite" />

<ImageView android:id="@+id/img12" android:layout_width="wrap_content"
  android:layout_height="wrap_content" />

<ImageView android:id="@+id/img13" android:layout_width="wrap_content"
  android:layout_height="wrap_content" />

<ImageView android:id="@+id/img14" android:layout_width="wrap_content"
  android:layout_height="wrap_content" android:src="@drawable/digit" />

<ImageView android:id="@+id/img15" android:layout_width="wrap_content"
  android:layout_height="wrap_content" />

<ImageView android:id="@+id/img16" android:layout_width="wrap_content"
  android:layout_height="wrap_content" />

<ImageView android:id="@+id/img17" android:layout_width="wrap_content"
  android:layout_height="wrap_content" android:src="@drawable/digit" />

<ImageView android:id="@+id/img18" android:layout_width="wrap_content"
  android:layout_height="wrap_content" android:src="@drawable/digit" />

<ImageView android:id="@+id/img19" android:layout_width="wrap_content"
  android:layout_height="wrap_content" />
</LinearLayout>

 

Java文件的 In 与 Out 的相对性

Android用PopupWindow实现弹出菜单实例

相关资讯      

本文评论   查看全部评论 (0)


评论声明

尊重网上道德,遵守中华人民共和国的各项有关法律法规

承担一切因您的行为而直接或间接导致的民事或刑事法律责任

本站管理人员有权保留或删除其管辖留言中的任意内容

本站有权在网站内转载或引用您的评论

参与本评论即表明您已经阅读并接受上述条款

 

 

 

最新资讯

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/7cd0c6306c91cc6d373f9661e015ec65.html