本文實例為大家分享了Android仿QQ討論組頭像展示的具體代碼,供大家參考,具體內(nèi)容如下
成都創(chuàng)新互聯(lián)公司是一家專業(yè)提供覃塘企業(yè)網(wǎng)站建設,專注與做網(wǎng)站、成都網(wǎng)站設計、html5、小程序制作等業(yè)務。10年已為覃塘眾多企業(yè)、政府機構(gòu)等服務。創(chuàng)新互聯(lián)專業(yè)網(wǎng)站建設公司優(yōu)惠進行中。一、效果圖
二、實現(xiàn)
基本實現(xiàn)過程:
1.將原圖片讀取為bitmap
2.在Canvas畫布上計算出圖片位置,并繪制新的圖片。
(ps:計算位置對我來說是難點,花了好長時間);
三、源碼
1.布局文件
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="16dp" android:background="#AEAEAE" android:orientation="vertical"> <LinearLayout android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" android:orientation="horizontal"> <ImageView android:id="@+id/img_src_0" android:layout_width="0dp" android:layout_height="match_parent" android:padding="5dp" android:layout_weight="1" android:adjustViewBounds="true" /> <ImageView android:id="@+id/img_src_1" android:layout_width="0dp" android:layout_height="match_parent" android:padding="5dp" android:layout_weight="1" android:adjustViewBounds="true" /> <ImageView android:id="@+id/img_src_2" android:layout_width="0dp" android:layout_height="match_parent" android:padding="5dp" android:layout_weight="1" android:adjustViewBounds="true" /> <ImageView android:id="@+id/img_src_3" android:layout_width="0dp" android:layout_height="match_parent" android:padding="5dp" android:layout_weight="1" android:adjustViewBounds="true" /> <ImageView android:id="@+id/img_src_4" android:layout_width="0dp" android:layout_height="match_parent" android:padding="5dp" android:layout_weight="1" android:adjustViewBounds="true" /> </LinearLayout> <ImageView android:id="@+id/img_result_2" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" /> <ImageView android:id="@+id/img_result_3" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" /> <ImageView android:id="@+id/img_result_4" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" /> <ImageView android:id="@+id/img_result_5" android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" /> </LinearLayout>
分享標題:Android仿QQ討論組頭像效果-創(chuàng)新互聯(lián)
標題來源:http://jinyejixie.com/article40/ccioeo.html
成都網(wǎng)站建設公司_創(chuàng)新互聯(lián),為您提供面包屑導航、響應式網(wǎng)站、企業(yè)網(wǎng)站制作、軟件開發(fā)、App開發(fā)、ChatGPT
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)