这次项目的布局,没玩过 感觉 不太好弄, 知道要用嵌套,但是具体怎么嵌套 纠结了。。。
先上图吧。。。
是不是看起来 哎 美工给切下图就是了 对吧。
确实 美工给切图了,然后你自己吧图放进去就OK了。。。
但是
这个 是不是觉得有点麻烦。。反正我是觉得有些麻烦 那 最后做出来了。直接上代码吧。。就是一个xml..
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#EDEDED"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@mipmap/duizhang_bg"
android:orientation="vertical">
<EditText
android:layout_width="wrap_content"
android:layout_height="wrap_content"