大道之行,天下为公。这篇文章主要讲述从零開始学android&
lt;
AnalogClock与DigitalClock时钟组件.三十一.&
gt;
相关的知识,希望能为你提供帮助。
这两个组件比較交单,大家看下会使用即可了
【从零開始学android&
lt;
AnalogClock与DigitalClock时钟组件.三十一.&
gt;
】
XML文件配置
< span style=" font-size:18px; " > < RelativeLayout xmlns:android=" http://schemas.android.com/apk/res/android" xmlns:tools=" http://schemas.android.com/tools" android:layout_width=" match_parent" android:layout_height=" match_parent" android:paddingBottom=" @dimen/activity_vertical_margin" android:paddingLeft=" @dimen/activity_horizontal_margin" android:paddingRight=" @dimen/activity_horizontal_margin" android:paddingTop=" @dimen/activity_vertical_margin" tools:context=" .MainActivity" > < AnalogClock android:id=" @+id/analogClock1" android:layout_width=" wrap_content" android:layout_height=" wrap_content" android:layout_alignParentLeft=" true" android:layout_alignParentTop=" true" /> < DigitalClock android:id=" @+id/digitalClock1" android:layout_width=" wrap_content" android:layout_height=" wrap_content" android:layout_alignLeft=" @+id/analogClock1" android:layout_below=" @+id/analogClock1" android:layout_marginLeft=" 38dp" android:layout_marginTop=" 127dp" android:text=" DigitalClock" /> < /RelativeLayout> < /span>
文章图片
下节预报:
chronometer计时器组件
推荐阅读
- android studio adb.exe已停止工作
- Ionic App 启动时报Application Error - The connection to the server was unsuccessful
- 一步步配置cordova android开发环境
- android打开 res raw目录 中 数据库文件
- android 单位什么是屏幕密度()
- Android自动化测试-UiAutomator环境搭建
- android intentService
- Java URLConnection类
- Java URL