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

溫馨提示×

溫馨提示×

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

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

自定義 Toast

發布時間:2020-10-08 01:48:03 來源:網絡 閱讀:368 作者:huangmeicai 欄目:移動開發

        


View toastRoot = getLayoutInflater().inflate(R.layout.toast, null);  

       TextView message = (TextView) toastRoot.findViewById(R.id.message);  

        message.setText("My Toast");  

  

        Toast toastStart = new Toast(this);  

        toastStart.setGravity(Gravity.BOTTOM, 010);  

        toastStart.setDuration(Toast.LENGTH_LONG);  

        toastStart.setView(toastRoot);  

        toastStart.show();  

toast.xml

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical"
    android:background="@drawable/toast_frame"
    >
 <TextView
  android:id="@+id/message"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_weight="1"
        android:textAppearance="@style/TextAppearance.Small"
        android:textColor="@color/bright_foreground_dark"
        android:shadowColor="#BB000000"
        android:shadowRadius="2.75"
    />
</LinearLayout>


向AI問一下細節

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

AI

五常市| 武平县| 聊城市| 钟祥市| 十堰市| 抚远县| 凭祥市| 醴陵市| 民勤县| 永春县| 桂平市| 汕头市| 紫阳县| 广德县| 惠州市| 灌阳县| 盐津县| 麻栗坡县| 巴里| 湖州市| 龙口市| 新巴尔虎左旗| 瓮安县| 新竹县| 霍州市| 旌德县| 微博| 吕梁市| 康定县| 义乌市| 航空| 晋宁县| 海阳市| 嘉义县| 叶城县| 松潘县| 苍南县| 红原县| 闻喜县| 岳阳市| 麦盖提县|