当前位置:网站首页>Login page tablelayout
Login page tablelayout
2022-07-27 18:41:00 【Pretend to be a great Xia】

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
tools:context=".MainActivity">
<TableLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:stretchColumns="0,3"
>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView></TextView>
<TextView
style="@style/MyText1"
android:text="@string/app_account"
android:textSize="18sp"
android:layout_gravity="center"
></TextView>
<EditText
android:textColorHint="#2C2C2C"
android:id="@+id/account"
android:hint="@string/app_accountHint"
android:textColor="@color/black"
></EditText>
<TextView></TextView>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView></TextView>
<TextView
style="@style/MyText1"
android:layout_gravity="center"
android:text="@string/app_password"
android:textSize="18sp"
></TextView>
<EditText
android:hint="@string/app_passwordHint"
android:id="@+id/password"
android:textColorHint="#2C2C2C"
android:inputType="textPassword"
android:textColor="@color/black"
></EditText>
<TextView></TextView>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<TextView
android:id="@+id/textView4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<Button
android:id="@+id/button_register"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="10dp"
android:text=" register "
style="@style/button1" />
<Button
android:id="@+id/button_login"
style="@style/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="3dp"
android:background="@drawable/button_ship"
android:text=" Sign in " />
<TextView
android:id="@+id/textView5"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
</TableRow>
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent" >
<TextView
android:id="@+id/textView6"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<TextView
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
<TextView
style="@style/MyText1"
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="right"
android:textSize="18sp"
android:text=" Forget the password ?"
/>
<TextView
android:id="@+id/textView3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
</TableRow>
</TableLayout>
</RelativeLayout>
边栏推荐
- Part of speech list of common words
- Knowledge map pyhanlp realizes named body recognition (with named body recognition code)
- [MIT 6.S081] Lab 9: file system
- Pandas' to_ SQL function usage
- 2021.8.1笔记 数据库设计
- [MIT 6.S081] Lec 1: Introduction and examples 笔记
- uniapp运行到手机(真机调试)
- [MIT 6.S081] Lec 9: Interrupts 笔记
- Deep learning: gat
- 2021.7.19 notes DML
猜你喜欢

Complete set of machine learning classification task effect evaluation indicators (including ROC and AUC)

Binary tree concept

Chained storage structure of dynamic linked list 3 queue (linkedqueue Implementation)
![[MIT 6.S081] Lab8: locks](/img/9f/0ff7a0226837a3c420f49e6da8209f.png)
[MIT 6.S081] Lab8: locks

2021.7.17笔记 mysql其他命令

Deep learning: Gan case exercise -minst handwritten digits

Basic operations of MySQL view

Uniapp H5 cross domain problem

2021.8.1 notes DBA

Preliminary introduction to C miscellaneous lecture linked list
随机推荐
I was forced to optimize the API gateway query interface
Preliminary introduction to C miscellaneous lecture linked list
[mit 6.s081] LEC 9: interrupts notes
Knowledge map - Jieba, pyhanlp, smoothnlp tools to realize Chinese word segmentation (part of speech)
2021.8.1笔记 数据库设计
如何实现Word、PDF、TXT文件的全文内容检索?
uniapp 在app端page选择器没有效果
2021.7.22 note constraints
Machine learning -- error caused by only one kind of label data in SVM training set
2021.7.22笔记 约束
@Considerations for query of convert annotation in JPA
2021.7.30 note index
2021.7.31笔记 视图
微信小程序微信支付概述
2021.7.13 note sub query
Dynamic linked list 4 one-way circular linked list (loopsingle Implementation)
[MIT 6.S081] Lab8: locks
MySQL查询列必须和group by字段一致吗?
[mit 6.s081] LEC 5: calling conventions and stack frames risc-v notes
org.gradle.api. UncheckedIOException: Could not load properties for module ‘gradle-kotlin-dsl‘ from C