中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

孟连| 湘潭市| 云南省| 开原市| 临清市| 襄汾县| 包头市| 衡水市| 凤城市| 澄江县| 保靖县| 张家港市| 阜新市| 新宾| 达尔| 本溪市| 山东省| 察雅县| 夏邑县| 宜兰市| 德昌县| 土默特左旗| 张掖市| 厦门市| 拜泉县| 张北县| 牙克石市| 岫岩| 江津市| 东安县| 丁青县| 宁城县| 潮安县| 那坡县| 武鸣县| 普格县| 仙游县| 济宁市| 苍南县| 阳高县| 龙胜|