安卓---TextVies

Posted 博了个客。

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安卓---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"

/>

 

<Button
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="按钮"

/>




































以上是关于安卓---TextVies的主要内容,如果未能解决你的问题,请参考以下文章

安卓 Android题目大全

安卓开发教程

安卓系统怎么升级 怎么升级到安卓6.0

安卓 开发笔记目录

安卓 开发笔记目录

安卓5.x是啥意思