摘要: android最基本的控件:textview(文本框)、button(按钮)、imageview(图片框) 线性布局Linearlayout:以线性的方式排列 orientation属性:代表方向 vertical 垂直方向 herizontal 水平方向 layout_width:宽度 layou 阅读全文
posted @ 2020-02-04 19:15 qazvve 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 生成apk时遇到了 Received close_notify during handshake 报错 在网上查到 https://stackoverflow.com/questions/59408006/error-received-close-notify-during-handshake 是s 阅读全文
posted @ 2020-02-04 11:29 qazvve 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 昨天的《生日快乐》练习的APP,今天突然就好了,昨天应该没有出错,不知道哪里出现了问题。 MainActivity.java package com.example.happybirthday; import androidx.annotation.NonNull; import androidx. 阅读全文
posted @ 2020-02-04 11:22 qazvve 阅读(110) 评论(0) 推荐(0) 编辑