91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

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

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

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

太谷县| 儋州市| 咸丰县| 南岸区| 涞源县| 太湖县| 仙游县| 额尔古纳市| 麻栗坡县| 贡觉县| 田阳县| 雅江县| 迭部县| 云阳县| 利辛县| 海淀区| 岳池县| 通渭县| 平顶山市| 山西省| 临邑县| 乌兰县| 木兰县| 墨玉县| 台前县| 新邵县| 乐平市| 临朐县| 潮州市| 青州市| 中西区| 长武县| 仙游县| 巴楚县| 夏邑县| 滁州市| 依兰县| 县级市| 江源县| 合水县| 南昌县|