中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

AlertDialog的一個小demo

發布時間:2020-07-07 15:21:44 來源:網絡 閱讀:437 作者:果果2011436 欄目:開發技術

void showDialog() {

new AlertDialog.Builder(this)

  .setTitle(R.string.title)

  .setAdapter(new DemoAdapter(this), new onClickListener(){

                    @Override

                    public void onClick(DialogInterface dialog, int which) {

                       //todo

                    }

                }).show();

}


private class DemoAdapter extends BaseAdapter{

 LayoutInflater layInflater;

  ShareAdapter(Context context) {

  layInlater = LayoutInflater.from(context);

 }

 

 @Override

        public int getCount() {

            return 2;//item個數

        }


        @Override

        public Object getItem(int position) {

            return null;

        }


        @Override

        public long getItemId(int position) {

            return position;

        }


        @TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1)

        @Override

        public View getView(int position, View convertView, ViewGroup parent) {

            if(convertView == null) {

                convertView = layoutInflater.inflate(R.layout.layout_share_item,(注釋: layout 布局) parent, false);

            }

            TextView textView = (TextView)convertView.findViewById(R.id.share_title);

            textView.setText(SHARE_TEXT[position]);注釋:textText設值

            textView.setCompoundDrawablesRelativeWithIntrinsicBounds(SHARE_ICON[position], 0, 0, 0); 注釋:設圖片

            return convertView;

        }

}





向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

岳阳县| 额济纳旗| 濉溪县| 龙川县| 华容县| 桦南县| 科技| 军事| 登封市| 通化县| 喀喇| 苏尼特右旗| 周至县| 宿州市| 沅江市| 卓尼县| 临猗县| 双峰县| 邻水| 临洮县| 榕江县| 兴海县| 洛川县| 花莲市| 多伦县| 离岛区| 吴堡县| 株洲县| 铁岭县| 都兰县| 乳山市| 泾川县| 鄢陵县| 东城区| 遂川县| 张家川| 甘谷县| 江西省| 芒康县| 北宁市| 福安市|