第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何使表面視圖透明

如何使表面視圖透明

白衣非少年 2019-07-17 10:30:31
如何使表面視圖透明你好,我只想讓我的DrawinSurface視圖透明。我試了很多次,但都沒用。下面是我的xml代碼,以使我的表面視圖透明<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"     android:layout_width="fill_parent"     android:layout_height="fill_parent"     android:orientation="vertical" >     <FrameLayout         android:layout_width="fill_parent"         android:layout_height="fill_parent" >         <ImageView             android:id="@+id/imageView1"             android:layout_width="fill_parent"             android:layout_height="fill_parent"             android:src="@drawable/icon" >         </ImageView>         <LinearLayout             android:id="@+id/linearLayout1"             android:layout_width="fill_parent"             android:layout_height="fill_parent"             android:background="#00000000" >             <codewalla.android.drawings.DrawingSurface                 android:id="@+id/drawingSurface"                 android:layout_width="fill_parent"                 android:layout_height="fill_parent" >             </codewalla.android.drawings.DrawingSurface>         </LinearLayout>     </FrameLayout>     <LinearLayout         android:layout_width="fill_parent"         android:layout_height="wrap_content"         android:orientation="horizontal" >         <Button             android:id="@+id/colorRedBtn"             android:layout_width="fill_parent"             android:layout_height="wrap_content"             android:layout_weight="10"             android:onClick="onClick"             android:text="R" />         <Button             android:id="@+id/colorBlueBtn"             android:layout_width="fill_parent"             android:layout_height="wrap_content"             android:layout_weight="10"             android:onClick="onClick"             android:text="G" />       </LinearLayout></RelativeLayout>
查看完整描述

3 回答

?
郎朗坤

TA貢獻(xiàn)1921條經(jīng)驗(yàn) 獲得超9個(gè)贊

在構(gòu)造函數(shù)中嘗試如下:

SurfaceView sfvTrack = (SurfaceView)findViewById(R.id.sfvTrack);sfvTrack.setZOrderOnTop(true);   
 // necessarySurfaceHolder sfhTrackHolder = sfvTrack.getHolder();sfhTrackHolder.setFormat(PixelFormat.TRANSPARENT);


查看完整回答
反對(duì) 回復(fù) 2019-07-17
?
幕布斯6054654

TA貢獻(xiàn)1876條經(jīng)驗(yàn) 獲得超7個(gè)贊

sfvTrack.setZOrderOnTop(true);

將表面視圖放置在窗口的頂部,這意味著您不能在表面視圖之上添加項(xiàng)。

如果要在表面視圖的頂部添加視圖,則應(yīng)考慮使用:

setZOrderMediaOverlay(true);

相反。這將該表面視圖放置在其他表面視圖的頂部,但仍然在窗口后面,允許您在表面視圖的頂部添加其他可見視圖。


查看完整回答
反對(duì) 回復(fù) 2019-07-17
  • 3 回答
  • 0 關(guān)注
  • 456 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)