<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    ZhipSoft.com
        冬去春來
            鄭重聲明:本Blog純屬個人學(xué)習(xí)、工作需要,記錄相關(guān)資料。請不要發(fā)表任何有人身攻擊的言論,謝謝!!www.ZhipSoft.com
    posts - 94,comments - 149,trackbacks - 0

    程序xml文件:

    list_view.xml://主文件

    view plaincopy to clipboardprint?
    <?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"> 
       <ListView android:id="@+id/list_view" 
          android:layout_width="fill_parent" 
          android:layout_height="fill_parent" 
          android:divider="#ffc9c9c9" 
          android:dividerHeight="1px"/> 
    </LinearLayout> 
    <?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">
       <ListView android:id="@+id/list_view"
          android:layout_width="fill_parent"
          android:layout_height="fill_parent"
          android:divider="#ffc9c9c9"
          android:dividerHeight="1px"/>
    </LinearLayout>

    item_custom.xml://定義想要的布局效果

    view plaincopy to clipboardprint?
    <?xml version="1.0" encoding="utf-8"?> 
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
       android:orientation="horizontal" 
         android:layout_width="wrap_content" 
         android:layout_height="58px" 
         android:gravity="center_vertical" 
         >     
         <ImageView android:id="@+id/index_image" 
             android:layout_width="wrap_content" 
             android:layout_height="wrap_content" 
             > 
          </ImageView> 
            
          <TextView android:id="@+id/index_text" 
             android:layout_width="wrap_content" 
             android:layout_height="50px" 
             android:textSize="20sp" 
             android:layout_marginLeft="10px"          
             android:gravity="center" 
             android:textColor="#ff000000"> 
          </TextView>      
    </LinearLayout> 
    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
       android:orientation="horizontal"
         android:layout_width="wrap_content"
         android:layout_height="58px"
         android:gravity="center_vertical"
         >  
         <ImageView android:id="@+id/index_image"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             >
          </ImageView>
         
          <TextView android:id="@+id/index_text"
             android:layout_width="wrap_content"
             android:layout_height="50px"
             android:textSize="20sp"
             android:layout_marginLeft="10px"       
             android:gravity="center"
             android:textColor="#ff000000">
          </TextView>   
    </LinearLayout>

    程序代碼:

    view plaincopy to clipboardprint?
    import java.util.ArrayList;  
    import java.util.List;  
    import android.app.Activity;  
    import android.content.Context;  
    import android.graphics.Color;  
    import android.os.Bundle;  
    import android.view.LayoutInflater;  
    import android.view.View;  
    import android.widget.BaseAdapter;  
    import android.widget.ImageView;  
    import android.widget.ListView;  
    import android.widget.TextView;  
    public class CustomListview extends Activity {  
        private ListView mListView;  
        private List<String> items;     
        @Override 
        public void onCreate(Bundle savedInstanceStated) {  
            super.onCreate(savedInstanceStated);  
            setContentView(R.layout.list_view);  
            mListView = (ListView) findViewById(R.id.list_view);  
            fillArray();  
            mListView.setAdapter(new CustomListAdapter(this));  
        }  
          
        private void fillArray() {  
            items = new ArrayList<String>();  
            items.add("白天");  
            items.add("黑天");  
            items.add("多云");  
            items.add("微風(fēng)");  
            items.add("晴天");  
        }  
        class CustomListAdapter extends BaseAdapter {  
            private LayoutInflater mInflater;  
            private Context mContext = null;  
            public CustomListAdapter(Context context) {  
                mContext = context;  
                mInflater = LayoutInflater.from(mContext);  
            }  
            public Object getItem(int arg0) {  
                // TODO Auto-generated method stub  
                return items.get(arg0);  
            }  
            public long getItemId(int position) {  
                // TODO Auto-generated method stub  
                return position;  
            }  
            public int getCount() {  
                // TODO Auto-generated method stub  
                return items.size();  
            }  
            public View getView(int position, View convertView,  
                    android.view.ViewGroup parent) {  
                final ImageView indexImage;  
                final TextView indexText;  
                if (convertView == null) {  
                    // 和item_custom.xml腳本關(guān)聯(lián)  
                    convertView = mInflater.inflate(R.layout.item_custom, null);  
                }  
                indexImage = (ImageView) convertView.findViewById(R.id.index_image);  
                indexText = (TextView) convertView.findViewById(R.id.index_text);  
                // 設(shè)置item中indexText的文本  
                indexText.setText(items.get(position).toString());  
                indexText.setTextColor(Color.RED);    
                // 設(shè)置item中ImageView的圖片  
                indexImage.setBackgroundResource(R.drawable.icon);  
                return convertView;  
            }  
        }  



            本Blog純屬個人學(xué)習(xí)、工作需要,記錄相關(guān)資料。請不要發(fā)表任何有人身攻擊的言論,謝謝! www.zhipsoft.cn
    posted on 2011-01-25 17:12 ZhipSoft 閱讀(6058) 評論(0)  編輯  收藏 所屬分類: AndRoid
    主站蜘蛛池模板: 67194国产精品免费观看| 日本视频免费观看| 亚州免费一级毛片| 亚洲精品天堂无码中文字幕| 在线观看免费亚洲| 一区二区免费在线观看| 亚洲第一永久在线观看| 日韩a级毛片免费观看| 四虎成人免费观看在线网址| 一级毛片在线免费视频| 亚洲欧洲校园自拍都市| 激情综合色五月丁香六月亚洲| 人妻无码久久一区二区三区免费| 91丁香亚洲综合社区| 亚洲精品无码激情AV| 6080午夜一级毛片免费看6080夜福利 | 国产亚洲精彩视频| 中文字幕亚洲不卡在线亚瑟| 成人免费午夜视频| 嫩草成人永久免费观看| 亚洲中文字幕一区精品自拍| 亚洲精品和日本精品| 免费国产精品视频| 91免费资源网站入口| 久久久高清日本道免费观看| 久久精品国产亚洲AV天海翼| 精品日韩亚洲AV无码| 亚洲综合另类小说色区| 亚洲av无码国产精品夜色午夜| 国产无遮挡吃胸膜奶免费看| 成年网站免费视频A在线双飞| 妞干网手机免费视频| heyzo亚洲精品日韩| 国产在线jyzzjyzz免费麻豆| 9久热这里只有精品免费| 亚洲av最新在线观看网址| 免费在线观看自拍性爱视频| 国产成人无码区免费内射一片色欲| 亚洲欧美日韩综合俺去了| 亚洲视频一区二区三区四区| 亚洲av色香蕉一区二区三区|