Android中是否可能有重疊的視圖?我想有一個(gè)ImageView在前面有一個(gè)透明的png,在背景中有另一個(gè)視圖。編輯:這就是我目前所擁有的,問(wèn)題是imageView中的圖像不透明,應(yīng)該透明的部分只是黑色。<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/gallerylayout"><Gallery android:id="@+id/overview" android:layout_width="fill_parent" android:layout_height="wrap_content" /> <ImageView android:id="@+id/navigmaske" android:layout_width="fill_parent" android:layout_height="wrap_content" android:src="@drawable/navigmask" /> </RelativeLayout>編輯:我開(kāi)始使用它,它是團(tuán)隊(duì)中另一個(gè)程序員的主題文件。剛剛改變了這個(gè)<item name="android:background">#FF000000</item>對(duì)此<item name="android:background">#00000000</item>
3 回答

慕桂英546537
TA貢獻(xiàn)1848條經(jīng)驗(yàn) 獲得超10個(gè)贊
另外,請(qǐng)看一下FrameLayout
,這是Camera Gallery的應(yīng)用程序如何實(shí)現(xiàn)Zoom按鈕疊加的方式。
- 3 回答
- 0 關(guān)注
- 578 瀏覽
添加回答
舉報(bào)
0/150
提交
取消