如图的布局应该怎么弄
我原来是想用relativelayout去做的,做了一下午也没做出来。
下面那三个带颜色的条条不是图片,我把他放在linearlayout里面了。“个人中心”字样放在了TextView里面。就是无法让linearlayout的三个带颜色的条条放在个人中心TextView的下面
[最优解释]
附上一张效果图
<Button
android:id="@+id/send1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentTop="true"
android:text="发送普通广播" />
<Button
android:id="@+id/send2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_below="@+id/send1"
android:text="发送顺序广播" />