郑州app开发Android布局Skype登录界面,下面是布局的代码:
为独山等地区用户提供了全套网页设计制作服务,及独山网站建设行业解决方案。主营业务为成都网站设计、成都网站制作、独山网站设计,以传统方式定制建设网站,并提供域名空间备案等一条龙服务,秉承以专业、用心的态度为用户提供真诚的服务。我们深信只要达到每一位用户的要求,就会得到认可,从而选择与我们长期合作。这样,我们也可以走得更远!
{?xml version="1.0" encoding="utf-8"?}
{LinearLayout 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:orientation="vertical"
android:background="#02aef0"
tools:context=".MainActivity"}
{RelativeLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:paddingLeft="30dp"
android:paddingRight="30dp"}
{button
android:id="@+id/xhhmicrosoft"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignparentbottom="true"
android:background="@drawable/bg_blue"
android:text="Microsoft账户"
android:textColor="@android:color/white" /}
{button
android:id="@+id/xhhskype"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_above="@+id/xhhmicrosoft"
android:layout_marginbottom="10dp"
android:background="@drawable/bg_blue"
android:text="Skype用户名"
android:textColor="@android:color/white" /}
{TextView
android:id="@+id/xhhlogin"
android:layout_above="@+id/xhhskype"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginbottom="20dp"
android:layout_centerHorizontal="true"
android:text="登录"
/}
{ImageView
android:src="@drawable/logo"
android:layout_above="@+id/xhhlogin"
android:layout_marginbottom="30dp"
android:layout_centerHorizontal="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/}
{/RelativeLayout}
{RelativeLayout
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
android:paddingTop="15dp"
}
{LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:paddingLeft="40dp"
android:paddingRight="30dp" }
{ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginRight="20dp"
android:src="@drawable/a" /}
{ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginRight="20dp"
android:src="@drawable/b" /}
{ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginRight="20dp"
android:src="@drawable/c" /}
{ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginRight="20dp"
android:src="@drawable/d" /}
{ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:src="@drawable/e" /}
{/LinearLayout}
{TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="创建账户"
android:layout_alignparentbottom="true"
android:padding="20dp"
android:textSize="20dp"
android:textColor="@android:color/white"
android:background="#02a2de"
android:gravity="center"
/}
{/RelativeLayout}
{/LinearLayout}
因为编辑器的缘故,郑州app开发把<和>替换为{}了。运行结果如下