通过tablelayout设计简单的登录界面

2018-10-26  本文已影响0人  Bye_bee9

样图:


代码:

  xmlns:android="http://schemas.android.com/apk/res/android"

    xmlns:tools="http://schemas.android.com/tools"

    xmlns:app="http://schemas.android.com/apk/res-auto"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:gravity="center_vertical"

    android:stretchColumns="0,3"

    android:background="@mipmap/biejin"

    tools:context=".MainActivity">

          android:layout_width="wrap_content"

          android:layout_height="wrap_content"

          android:text="QiuQiu:"

          android:id="@+id/text"/>

          android:layout_width="20dp"

          android:layout_height="20dp"

          android:background="@mipmap/ic_launcher_round"

          android:layout_toRightOf="@+id/text"/>

              android:text="用户名:"

              android:textSize="30dp"

              android:id="@+id/text1"

              />

            android:layout_width="wrap_content"

            android:layout_height="wrap_content"

            android:minWidth="150dp"/>

            android:text="密码:"

            android:textSize="30dp"

            android:id="@+id/text2"

            />

            android:layout_width="wrap_content"

            android:layout_height="wrap_content"

            android:minWidth="150dp">

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_marginRight="100dp"

        android:layout_marginLeft="100dp"

        android:text="登陆"/>

</TableLayout>

上一篇 下一篇

猜你喜欢

热点阅读