我想實現
我試圖做一個佈局等於下一個環節是什麼: http://www.flickr.com/photos/[email protected]/7038207573/Android的佈局,如何定位兩個圖像和搜索條
我有什麼
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/minVolume"
android:src="@drawable/ic_volume_min" />
<SeekBar
android:id="@+id/seekBar1"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/maxVolume"
android:src="@drawable/ic_volume_max" />
</LinearLayout>
結果我得到這個代碼,seekbar延伸到正確的圖標上。
- 我想有它適當規模的不同screenszes
- 如果它可以不使用權重屬性,我會喜歡它的解決方案
任何建議表示讚賞
這是在我的oppinion最好的解決方案,我正在尋找,thx莫斯 – Tobrun 2012-04-02 11:09:38
@ user1281750很好的幫助! – Moss 2012-04-02 12:29:05