正文

使用內(nèi)置Gallery應(yīng)用程序選擇圖像(5)

Android多媒體開發(fā)高級(jí)編程 作者:(美)艾佛瑞


<?xml version="1.0" encoding="utf-8"?> 

<LinearLayout xmlns:android=http://schemas.android.com/apk/res/android 

     android:orientation="vertical"

     android:layout_width="fill_parent"

     android:layout_height="fill_parent"

     > 

     <Button 

          android:layout_width="fill_parent"

          android:layout_height="wrap_content"

          android:text="Choose Picture" android:id="@+id/ChoosePictureButton"/> 

     <ImageView android:layout_width="wrap_content"android:layout_height=

     "wrap_content" android:id="@+id/ChosenImageView"></ImageView> 

</LinearLayout>

以上就是所需的全部內(nèi)容;現(xiàn)在有一幅用戶選擇的圖像作為位圖對(duì)象顯示給用戶,如圖3-3所示。讓我們看看如何使用這張位圖作為起點(diǎn)來實(shí)現(xiàn)其他的操作。


上一章目錄下一章

Copyright ? 讀書網(wǎng) ranfinancial.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號(hào) 鄂公網(wǎng)安備 42010302001612號(hào)