的權利我有一個佈局對齊ImageView的佈局Android的
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#FFFFFF">
<TextView android:id="@+id/groupname"
android:paddingLeft="50px"
android:textSize="16px"
android:background="#FFFFFF"
android:textColor="#000000"
android:textStyle="normal"
android:layout_width="wrap_content"
android:layout_height="50px"/>
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="right"
android:layout_marginRight="6dp"
android:background="#ffffff"
android:src="@drawable/sort"/>
</LinearLayout>
呈現在第一圖像現在發生等,但我想呈現像在第二圖像完全右對齊。任何幫助都是有用的。
期待您的回覆。 謝謝。
誰提到的RelativeLayout爲相當多的解決方案的人有正確的解決方案。只是告訴我們不工作不會幫助你自己或任何人。 – Maurice 2012-02-21 08:47:33
@Maurice謝謝,但對我來說,RelativeLayout的答案並不成立,這就是我所回答的。 – Mukunda 2012-02-21 09:08:24