android中 如何在editview 中加入button靠右
3个回答
展开全部
<RelativeLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<EditText android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="button"
android:layout_marginRight="8dp"
android:layout_alignParentRight="true"/>
</RelativeLayout>
这样应该可以,细节可以自己调试
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<EditText android:layout_width="fill_parent"
android:layout_height="wrap_content"/>
<Button android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="button"
android:layout_marginRight="8dp"
android:layout_alignParentRight="true"/>
</RelativeLayout>
这样应该可以,细节可以自己调试
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
android:gravity="right"
右侧对齐
android:layout_gravity="right"
这个属性不确定,应该是相对父类的右侧对齐
右侧对齐
android:layout_gravity="right"
这个属性不确定,应该是相对父类的右侧对齐
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
用relativeLayout,设置android:layout_alignRight="@id/..."即可。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询