2013-07-08 138 views

回答

0
<FrameLayout 
    android:layout_width="fill_parent" 
    android:layout_height="wrap_content"> 
    <ImageView 
     android:id="@+id/imageView1" 
     android:layout_width="wrap_content" 
     android:layout_height="wrap_content" 
     android:contentDescription="sliding banner here" /> 

    <ImageView 
     android:id="@+id/slider_des" 
     android:layout_width="fill_parent" 
     android:layout_height="wrap_content" 
     android:layout_gravity="bottom|center" 
     android:layout_marginTop="40dp" 
     android:hint="text" 
     android:paddingBottom="20dp" 
     /> 

    </FrameLayout> 

上面的代碼可以修改,以實現你想要的!第一個imageview將用於你的位圖,第二個用於重疊圖像視圖,你可以放置透明png。

+0

謝謝,但我不需要同時顯示它們,而不是從兩者中創建一個實際的圖像文件! – user2001951