这期内容当中小编将会给大家带来有关使用Android实现计时器功能,文章内容丰富且以专业的角度为大家分析和叙述,阅读完这篇文章希望大家可以有所收获。
成都创新互联专注于吉县企业网站建设,成都响应式网站建设公司,购物商城网站建设。吉县网站建设公司,为吉县等地区提供建站服务。全流程按需设计网站,专业设计,全程项目跟踪,成都创新互联专业和态度为您提供的服务布局
在res/layout 下进行布局
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" tools:context=".MainActivity"> <LinearLayout android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" tools:layout_editor_absoluteY="0dp" tools:layout_editor_absoluteX="0dp"> <TextView android:text="00:00:00" android:textSize="60sp" android:gravity="center" android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/timeView"/> <Button android:text="start" android:onClick="onClickStart" android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/start"/> <Button android:text="stop" android:onClick="onClickStop" android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/stop"/> <Button android:text="reset" android:onClick="onClickReset" android:layout_width="match_parent" android:layout_height="wrap_content" android:id="@+id/reset"/> </LinearLayout> </android.support.constraint.ConstraintLayout>
分享文章:使用Android实现计时器功能-创新互联
本文网址:https://www.cdcxhl.com/article28/dhicjp.html
成都网站建设公司_创新互联,为您提供搜索引擎优化、自适应网站、营销型网站建设、品牌网站设计、定制网站、微信公众号
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联