2012-01-04 1 views

答えて

2

は、この方法を試してみてください:

<RelativeLayout 
    android:layout_width="fill_parent" 
    android:layout_height="fill_parent"> 
    <MapView 
     android:layout_width="fill_parent" 
     android:layout_height="fill_parent" /> 
    <SeekBar 
     android:layout_width="wrap_content" 
     android:layout_height="wrap_content" 
     android:layout_alignParentTop="true" /> 
</RelativeLayout> 

あなたはどこでもあなたはそれだけで幅と高さにfill_parentとしてのMapViewを設定したり、オーバーレイしていないためwrap_contentを設定することができますしたいシークバーを設定することができます。

0

SeekBarを表示するには、透明パネルを使用します。

関連する問題