我試圖在gridview上面放置4個圖像視圖和一個textview,我的佈局應該像這樣(藍色textview,orange-imageview和下一個gridview) 和其間的差距也是必不可少的。我搜查,但無法實現我的看法。我提到here爲我的gridview佈局。幫助我實現這一目標。提前致謝。gridview佈局上面的圖像和textview
0
A
回答
0
// try this
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="10dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:gravity="right">
<ImageView
android:layout_width="100dp"
android:layout_height="50dp"
android:src="@drawable/ic_launcher"
android:adjustViewBounds="true"
android:scaleType="fitXY"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_marginTop="10dp">
<ImageView
android:layout_width="30dp"
android:layout_height="30dp"
android:src="@drawable/ic_launcher"
android:adjustViewBounds="true"
android:scaleType="fitXY"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:text="textview"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:layout_marginTop="10dp">
<ImageView
android:layout_width="30dp"
android:layout_height="30dp"
android:src="@drawable/ic_launcher"
android:adjustViewBounds="true"
android:scaleType="fitXY"/>
<ImageView
android:layout_width="30dp"
android:layout_height="30dp"
android:src="@drawable/ic_launcher"
android:adjustViewBounds="true"
android:scaleType="fitXY"/>
</LinearLayout>
<GridView
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="20dp"
android:layout_weight="1">
</GridView>
</LinearLayout>
+0
它的工作夥伴。謝謝你:-) – AndroidOptimist
+0
@ AndroidOptimist,嗨,你可以PLZ upvote ans如果它對你有用,謝謝... –
0
試試下面的代碼:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ffffff"
android:orientation="vertical" >
<RelativeLayout
android:id="@+id/layoutHead"
android:layout_width="fill_parent"
android:layout_height="match_parent" >
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="match_parent" >
<ImageView
android:id="@+id/imgOrange"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_margin="5dip"
android:background="@drawable/ic_launcher" />
</RelativeLayout>
<LinearLayout
android:id="@+id/linearmain"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<LinearLayout
android:id="@+id/linear"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/imgOrange"
android:orientation="horizontal" >
<ImageView
android:id="@+id/imgOrange1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="5dip"
android:background="@drawable/ic_launcher" />
<TextView
android:id="@+id/txtTemp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:gravity="center_vertical"
android:text="test" />
</LinearLayout>
<LinearLayout
android:id="@+id/linear1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/imgOrange"
android:orientation="horizontal" >
<ImageView
android:id="@+id/imgOrange2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="5dip"
android:background="@drawable/ic_launcher" />
<TextView
android:id="@+id/txtTemp1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:gravity="center_vertical"
android:text="test" />
</LinearLayout>
<GridView
android:id="@+id/gridview"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:columnWidth="90dp"
android:gravity="center"
android:horizontalSpacing="10dp"
android:numColumns="auto_fit"
android:smoothScrollbar="true"
android:stretchMode="columnWidth"
android:verticalSpacing="10dp" />
</LinearLayout>
</RelativeLayout>
</LinearLayout>
相關問題
- 1. 的TextView上面的圖片視圖佈局
- 2. 如何在佈局中的textview下面放置圖像?
- 3. 在相對佈局或線性佈局的圖像上重疊計數器textview
- 4. 桌面佈局textview對齊
- 5. GridView項目佈局不顯示圖像
- 6. 在具有TextView和圖像的android中的佈局設計
- 7. 圖像上的佈局
- 8. 如何讓UI上顯示相同的佈局三個圖像和三個TextView的onsame佈局
- 9. Android佈局:在TextView和android上:drawableStart - 設置圖標的大小?
- 10. Gridify圖像像佈局上的Pinterest佈局
- 11. 佈局和圖像android
- 12. 佈局Xml和圖像
- 13. ListView + textview下面的佈局問題
- 14. Android GridView繪圖佈局
- 15. Android佈局(TextView)
- 16. 對齊2線性佈局和圖像視圖裏面相對佈局
- 17. 像頁面佈局
- 18. textview下面的圖像linearlayout
- 19. 無法對齊上面的協調員佈局的TextView
- 20. TextView中的setText不上custome佈局PreferenceFragment
- 21. 配件的ImageView和TextView的在佈局
- 22. 佈局使用的LinearLayout,Imagebuttons和TextView的
- 23. Android XML佈局 - 帶有TextView的圖片
- 24. 像Tinymce的頁面佈局
- 25. 如何滾動上面的佈局視圖像facebook的
- 26. 鏡像視圖上的HTML佈局?
- 27. 在圖像上方的Android佈局
- 28. Android桌面佈局圖像保證金
- 29. Android佈局界面行圖像
- 30. TableLayout中textview和tablerows的佈局 - Android
只需使用RelativeLayout的包您需要的組件,並分別指定其位置。 – reTs
可以請你用簡單的例子來解釋一下吧 – AndroidOptimist
@Alliswell閱讀這個http://www.mkyong.com/android/android-relativelayout-example/ – Metalhead1247