码迷,mamicode.com
首页 > 其他好文 > 详细

布局代码

时间:2019-08-04 19:50:07      阅读:94      评论:0      收藏:0      [点我收藏+]

标签:draw   xmlns   art   auto   tor   rap   jmh   content   tar   

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout 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"
tools:context="com.example.administrator.mktproject.MainActivity">

<EditText
android:id="@+id/et"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@+id/btn"
android:layout_centerInParent="true"
android:layout_marginBottom="30dp"
android:background="@drawable/et"
android:ems="10"
android:hint="http://www.amjmh.com/v/BIBRGZ_558768/"
android:paddingBottom="8dp"
android:paddingStart="5dp"
android:paddingTop="8dp" />

<com.example.administrator.mktproject.weight.SignInBtn
android:id="@+id/btn"
android:layout_width="200dp"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_marginBottom="50dp"
android:textColor="#fff"
android:text="想好再按!"
android:textSize="16sp" />
</RelativeLayout>

--------------------- 

布局代码

标签:draw   xmlns   art   auto   tor   rap   jmh   content   tar   

原文地址:https://www.cnblogs.com/liyanyan665/p/11299156.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!