2012-01-04 2 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로지도보기를 설정하거나 오버레이하지 않습니다에 대한 wrap_content을 설정할 수 있습니다 원하는 어느 곳에서나 SeekBar를을 설정할 수 있습니다.

0

SeekBar를 표시하려면 투명 패널을 사용하십시오.

관련 문제