android中文api(80)——Gallery.LayoutParams

來源:互聯網
上載者:User

 

前言

  本章內容是 android.widget.Gallery.LayoutParams,版本為Android 2.3 r1,翻譯來自"我是誰",歡迎大家訪問他的部落格:http://blog.sina.com.cn/u/1744311365,再次感謝"我是誰" !期待你加入Android 中文API的翻譯,聯絡我over140@gmail.com。

 

聲明

  歡迎轉載,但請保留文章原始出處:)

    部落格園:http://www.cnblogs.com/

    Android中文翻譯組:http://code.taobao.org/project/view/404/

 

本文

  一、結構

public static class Gallery.LayoutParams extends ViewGroup.LayoutParams

        

java.lang.Object

android.view. ViewGroup.LayoutParams

android.widget.Gallery.LayoutParams

 

  二、類概述

Gallery(畫廊)擴充了LayoutParams,以此提供可以容納當前的轉換資訊和先前的位置轉換資訊的場所。

 

  三、補充

  1. public View getView(int position, View convertView, ViewGroup parent)  
  2.     {  
  3.         ImageView imageView = new ImageView(mContext);  
  4.             // 設定當前映像的映像(position為當前映像列表的位置)  
  5.         imageView.setImageResource(resIds[position]);  
  6.         imageView.setScaleType(ImageView.ScaleType.FIT_XY);  
  7.         imageView.setLayoutParams(new Gallery.LayoutParams(163, 106));
  8.         // 設定Gallery組件的背景風格  
  9.         imageView.setBackgroundResource(mGalleryItemBackground);  
  10.         return imageView;  
  11.     }

 

  四、相關章節

    android中文api(79)——Gallery

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.