仰天大笑出门去,我辈岂是蓬蒿人。这篇文章主要讲述安卓---TextVies相关的知识,希望能为你提供帮助。
<
?xml version="1.0" encoding="utf-8"?>
<
LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<
TextView
android:id="@+id/tv"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Second"
android:maxLength="6"
android:textColor="#FF0000"
android:textSize="50px"
android:textStyle="bold"
android:password="true"
/>
<
TextView
android:id="@+id/tv2"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Second111"
android:maxLength="9"
android:textColor="#00ff00"
android:textSize="50px"
android:textStyle="bold"
android:password="true"
/>
【安卓---TextVies】 <
Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="按钮"
/>
推荐阅读
- 初学安卓
- Android 使用图片异步载入框架Universal Image Loader的问题
- Android打造随意层级树形控件考验你的数据结构和设计
- unity3d android动态更新dll
- AndroidAndroid聊天机器人实现
- SpringMVC的问题No mapping found for HTTP request with URI
- android JNI 资料大全
- Android 开发之Windows环境下Android Studio安装和使用教程(图文详细步骤)
- Linux驱动开发-内核定时器