Android LinearLayout布局中的对齐问题
我有一些个水平的LinearLayout排了几行按钮,平均分配宽度。但当按钮的文本较长出现换行时,就会出现对不齐的情况。如图:请问需要设置什么属性才能解决?或者换用其他L...
我有一些个水平的LinearLayout排了几行按钮,平均分配宽度。但当按钮的文本较长出现换行时,就会出现对不齐的情况。如图:
请问需要设置什么属性才能解决?或者换用其他Layout也行
应该跟行数没关系,比如整个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="horizontal" >
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="短文本" />
<Button
android:text="长文本长文本"
其余同上/>
<Button
android:text="短文本"
其余同上 />
</LinearLayout> 展开
请问需要设置什么属性才能解决?或者换用其他Layout也行
应该跟行数没关系,比如整个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="horizontal" >
<Button
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="短文本" />
<Button
android:text="长文本长文本"
其余同上/>
<Button
android:text="短文本"
其余同上 />
</LinearLayout> 展开
6个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询