91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Android 相對布局 簡單編程

發布時間:2020-07-29 11:24:07 來源:網絡 閱讀:331 作者:鄭傳余 欄目:移動開發
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"  
    xmlns:tools="http://schemas.android.com/tools"  
    android:layout_width="match_parent"  
    android:layout_height="match_parent">  
  
    <TextView   
        android:id="@+id/tv_name"  
        android:layout_marginLeft="20dp"  
        android:layout_marginTop="40dp"  
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"  
        android:text="姓名:"  
        />  
    <EditText  
        android:id="@+id/ed_name"  
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"  
        android:layout_alignBaseline="@+id/tv_name"  
        android:layout_alignBottom="@+id/tv_name"  
        android:layout_toRightOf="@+id/tv_name"  
        android:ems="10"  
        android:hint="請輸入您的姓名" >  
        <requestFocus />  
    </EditText>  
      
    <TextView   
        android:id="@+id/tv_sex"  
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"  
        android:layout_below="@id/ed_name"  
        android:layout_alignLeft="@id/tv_name"  
        android:layout_marginTop="30dp"  
        android:text="性別:"  
        />  
  
    <EditText  
        android:id="@+id/ed_sex"  
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"  
        android:layout_alignBaseline="@+id/tv_sex"  
        android:layout_alignBottom="@+id/tv_sex"  
        android:layout_alignLeft="@+id/ed_name"  
        android:ems="10"  
        android:hint="請輸入您的性別" />  
      
    <TextView   
        android:id="@+id/tv_motto"  
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"  
        android:layout_below="@id/tv_sex"  
        android:layout_alignLeft="@id/tv_sex"  
        android:layout_marginTop="30dp"  
        android:text="座右銘:"  
        />  
  
    <EditText  
        android:id="@+id/ed_motto"  
        android:layout_width="wrap_content"  
        android:layout_height="wrap_content"  
        android:layout_alignBaseline="@+id/tv_motto"  
        android:layout_alignBottom="@+id/tv_motto"  
        android:layout_alignLeft="@+id/ed_sex"  
        android:ems="10"  
        android:hint="請輸入您的座右銘" />  
      
    <LinearLayout   
        android:id="@+id/linear"  
        android:layout_width="match_parent"  
        android:layout_height="wrap_content"  
        android:orientation="horizontal"  
        android:layout_below="@id/tv_motto"  
        android:layout_marginTop="30dp"  
        >  
        <Button   
            android:id="@+id/btn_determine"  
            android:layout_width="0dp"  
            android:layout_weight="1"  
            android:layout_height="wrap_content"  
            android:text="確定"  
            />     
        <Button   
            android:id="@+id/btn_cancel"  
            android:layout_width="0dp"  
            android:layout_weight="1"  
            android:layout_height="wrap_content"  
            android:text="取消"  
            />  
    </LinearLayout>  
      
    <TextView   
        android:id="@+id/tv_show"  
        android:layout_width="match_parent"  
        android:layout_height="wrap_content"  
        android:layout_below="@id/linear"  
        android:layout_marginTop="30dp"  
        />  
</RelativeLayout>  


詳細講解:http://v.youku.com/v_show/id_XNzMwNzc4OTE2.html


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

突泉县| 扶余县| 合川市| 河北省| 海宁市| 辽阳县| 石泉县| 冕宁县| 商水县| 根河市| 绿春县| 浙江省| 剑阁县| 永年县| 丰城市| 瑞丽市| 孝义市| 濉溪县| 盐津县| 新和县| 正定县| 手机| 屯留县| 高唐县| 安塞县| 镶黄旗| 宜丰县| 防城港市| 新津县| 东宁县| 阿拉善盟| 威宁| 高要市| 康保县| 盐源县| 壶关县| 忻城县| 通辽市| 从江县| 伊通| 屏南县|