亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

Dialog里面顯示小框架

發布時間:2020-07-11 12:13:16 來源:網絡 閱讀:303 作者:671076656 欄目:移動開發

項目中少不了的小框架圖

public void showLayout(){

AlertDialog.Builder dialog = new AlertDialog.Builder(SmallMainActivity.this);//當前的Context

AlertDialog alert = dialog.create();

LayoutInflater inflater = alert.getLayoutInflater();

View view = inflater.inflate(R.layout.test_layout, null);//

alert.setView(view);

final Button btn = (Button) view.findViewById(R.id.button1_test);

final TextView text = (TextView) view.findViewById(R.id.textView1);

final SeekBar seekbar = (SeekBar) view.findViewById(R.id.seekBar1);

btn.setOnClickListener(new OnClickListener() {

@Override

public void onClick(View arg0) {

// TODO Auto-generated method stub

Toast.makeText(SmallMainActivity.this, "click", Toast.LENGTH_LONG).show();

}

});

seekbar.setOnSeekBarChangeListener(new OnSeekBarChangeListener() {

@Override

public void onStopTrackingTouch(SeekBar seekBar) {

// TODO Auto-generated method stub

}

@Override

public void onStartTrackingTouch(SeekBar seekBar) {

// TODO Auto-generated method stub

}

@Override

public void onProgressChanged(SeekBar seekBar, int progress,

boolean fromUser) {

// TODO Auto-generated method stub

text.setText(progress + "");

}

});

alert.show();//這一句是用來顯示的,不能少

}

// res/layout 下的 test_layout.xml布局

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:orientation="vertical" >

   

        android:id="@+id/textView1"

        android:layout_width="match_parent"

        android:layout_height="wrap_content"

        android:text="0" />

   

        android:id="@+id/seekBar1"

        android:layout_width="match_parent"

        android:layout_height="wrap_content" />

   

        android:id="@+id/button1_test"

        android:layout_width="match_parent"

        android:layout_height="wrap_content"

        android:text="Button" />

   

        android:id="@+id/ratingBar1"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content" />


向AI問一下細節

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

AI

英超| 西丰县| 杭州市| 类乌齐县| 阿拉尔市| 柳江县| 绩溪县| 大悟县| 漳州市| 定州市| 太白县| 固阳县| 湘乡市| 永登县| 永定县| 合山市| 元氏县| 宜丰县| 石渠县| 綦江县| 宁南县| 岑溪市| 礼泉县| 和平县| 鄂州市| 铜鼓县| 抚远县| 萝北县| 迭部县| 谢通门县| 灵宝市| 新蔡县| 建瓯市| 卢龙县| 和田县| 怀集县| 文成县| 竹北市| 龙南县| 沙湾县| 和林格尔县|