Notification
摘要:实现通知及跳转: layout中activity.xml中代码: <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:onClick="sendNotification" a
阅读全文
posted @
2022-09-18 15:15
初窗景
阅读(208)
推荐(0)
Android进度条及显示隐藏
摘要:一:进度条控件 <ProgressBar> <ProgressBar android:id="@+id/pd" android:layout_width="wrap_content" android:layout_height="wrap_content" /> 2,新建一个控件 3,在java目录
阅读全文
posted @
2022-09-14 10:45
初窗景
阅读(345)
推荐(0)
Button获取EditText控件内容
摘要:一:写下一个Button和EditText <Button android:layout_width="70dp" android:layout_height="50dp" android:text="重置" android:textSize="15dp" android:layout_margin
阅读全文
posted @
2022-09-13 20:19
初窗景
阅读(132)
推荐(0)
Android
摘要:一, 跑马灯方法1: <TextView android:id="@+id/tv_two" android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="right" android
阅读全文
posted @
2022-09-09 19:25
初窗景
阅读(217)
推荐(0)