1 Star 2 Fork 0

吴昊/安卓课设二手图书app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
activity_main2.xml 3.20 KB
一键复制 编辑 原始数据 按行查看 历史
吴昊 提交于 2020-11-28 10:43 . add wuhao5.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg"
android:orientation="vertical">
<LinearLayout
android:id="@+id/l1_number"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="50dp"
android:layout_marginRight="10dp"
android:layout_marginBottom="5dp"
android:orientation="horizontal"
android:background="#FFFFFF">
<TextView
android:id="@+id/tv_number"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:text="用户名:"
android:textColor="#000"
android:textSize="20sp" />
<TextView
android:id="@+id/tv_a"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:textColor="#000"
android:textSize="20sp" />
</LinearLayout>
<LinearLayout
android:id="@+id/l1_password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginTop="10dp"
android:layout_marginRight="10dp"
android:layout_marginBottom="5dp"
android:layout_below="@+id/l1_number"
android:orientation="horizontal"
android:background="#FFFFFF">
<TextView
android:id="@+id/tv_password"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:text="密 码 :"
android:textColor="#000"
android:textSize="20sp" />
<TextView
android:id="@+id/tv_b"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="10dp"
android:textColor="#000"
android:textSize="20sp" />
</LinearLayout>
<TextView
android:id="@+id/tv_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="50dp"
android:layout_below="@+id/l1_password"
android:text="尊敬的用户欢迎使用二手图书交易系统!"
android:layout_marginTop="50dp"
android:textColor="#000"
android:textSize="20sp" />
<Button
android:id="@+id/btn_login"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/l1_password"
android:layout_marginLeft="10dp"
android:layout_marginTop="300dp"
android:layout_marginRight="10dp"
android:background="#3c8dc4"
android:onClick="click"
android:text="开始使用"
android:textColor="#FFFFFF"
android:textSize="20sp" />
</RelativeLayout>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/wu-haoovo/book-app-for-android-course.git
git@gitee.com:wu-haoovo/book-app-for-android-course.git
wu-haoovo
book-app-for-android-course
安卓课设二手图书app
master

搜索帮助