摘要: GitHub地址:https://github.com/1165863642/LoginDemo 直接贴代码<?xml version="1.0" encoding="utf-8"?<LinearLayout xmlns:android="http://schemas.android.com/apk 阅读全文
posted @ 2019-01-20 16:48 carry莫奈 阅读(255) 评论(0) 推荐(0) 编辑
摘要: Android EditText 属性汇总 android:layout_gravity="center_vertical" 设置控件显示的位置:默认top,这里居中显示,还有bottom android:hint="请输入数字!" 设置显示在空间上的提示信息 android:numeric="in 阅读全文
posted @ 2019-01-20 16:19 carry莫奈 阅读(169) 评论(0) 推荐(0) 编辑
摘要: github地址:https://github.com/1165863642/TextViewDemo 前言 这是我第一次写博客,第一次的笔记,不足之处多谅解。开门见山,这一篇博客主要讲一下在Android开发中,UI控件TextView的一些使用方式,主要介绍一些常用的属性,加上一些实例,希望大家 阅读全文
posted @ 2019-01-20 16:08 carry莫奈 阅读(507) 评论(0) 推荐(0) 编辑