本文實(shí)例為大家分享了PhotoView實(shí)現(xiàn)圖片雙擊放大單擊退出的具體代碼,供大家參考,具體內(nèi)容如下

實(shí)現(xiàn)思路
1.復(fù)制PhotoView 到libs下,然后進(jìn)行添加小奶瓶
2.布局xml文件,添加PhotoView控件,src加載一張圖片,就已經(jīng)實(shí)現(xiàn)了放大縮小
3.Photoview設(shè)置點(diǎn)擊事件,實(shí)現(xiàn)單擊退出Activity
導(dǎo)jar包
compile files('libs/uk-co-senab-photoview.jar')
進(jìn)行布局
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent">
<uk.co.senab.photoview.PhotoView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:id="@+id/pv"
android:src="@drawable/ic_emptya"/>
</RelativeLayout>
網(wǎng)站標(biāo)題:Android使用PhotoView實(shí)現(xiàn)圖片雙擊放大單擊退出效果-創(chuàng)新互聯(lián)
URL網(wǎng)址:http://chinadenli.net/article28/hpocp.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供網(wǎng)站排名、全網(wǎng)營銷推廣、做網(wǎng)站、靜態(tài)網(wǎng)站、網(wǎng)站內(nèi)鏈、網(wǎng)站制作
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)
猜你還喜歡下面的內(nèi)容