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

溫馨提示×

溫馨提示×

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

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

ProgressDialog 簡單使用記錄

發布時間:2020-07-21 11:31:21 來源:網絡 閱讀:468 作者:hello_world007 欄目:移動開發
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:paddingBottom="@dimen/activity_vertical_margin"
    android:paddingLeft="@dimen/activity_horizontal_margin"
    android:paddingRight="@dimen/activity_horizontal_margin"
    android:paddingTop="@dimen/activity_vertical_margin"
    tools:context="com.example.liang.at.pa">

    <Button
        android:id="@+id/showProgress"
        android:text="click"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />
</RelativeLayout>
package com.example.liang.at;

import android.app.ProgressDialog;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;

public class pa extends AppCompatActivity {

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_pa);
        Button bt =(Button) findViewById(R.id.showProgress);
        bt.setOnClickListener(new View.OnClickListener() {
            @Override
            public void onClick(View v) {
                ProgressDialog progressDialog = new ProgressDialog(v.getContext());
                progressDialog.setProgressStyle(ProgressDialog.STYLE_SPINNER);
                progressDialog.setIcon(R.drawable.loading);
                progressDialog.setMessage("Loading...");
                progressDialog.setCancelable(false);
                progressDialog.show();
            }
        });
    }
}


向AI問一下細節

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

AI

肥乡县| 宜兰县| 玛纳斯县| 新龙县| 黑龙江省| 天全县| 万州区| 米林县| 牟定县| 甘德县| 噶尔县| 什邡市| 杭州市| 锡林郭勒盟| 南部县| 宁海县| 木里| 江永县| 濉溪县| 通州区| 西充县| 南陵县| 连南| 望奎县| 曲水县| 张家港市| 康马县| 西贡区| 綦江县| 昆明市| 和田县| 左权县| 辉南县| 江西省| 南汇区| 交城县| 铜山县| 峨山| 奎屯市| 涪陵区| 潮安县|