android的RelativeLayout可以让一排button居中吗
1个回答
展开全部
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<LinearLayout
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_alignParentTop="true" >
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:layout_weight="1"
android:text="A"
/>
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:text="A"
android:layout_weight="1"
/>
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:layout_weight="1"
android:text="A"
/>
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:layout_weight="1"
android:text="A"
/>
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:layout_weight="1"
android:text="A"
/>
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:layout_weight="1"
android:text="A"
/>
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:layout_weight="1"
android:text="A"
/>
</LinearLayout>
</RelativeLayout>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
>
<LinearLayout
android:orientation="horizontal"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:layout_alignParentTop="true" >
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:layout_weight="1"
android:text="A"
/>
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:text="A"
android:layout_weight="1"
/>
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:layout_weight="1"
android:text="A"
/>
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:layout_weight="1"
android:text="A"
/>
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:layout_weight="1"
android:text="A"
/>
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:layout_weight="1"
android:text="A"
/>
<Button
android:layout_width="0px" android:layout_height="wrap_content"
android:layout_weight="1"
android:text="A"
/>
</LinearLayout>
</RelativeLayout>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询