【Android】自定義全屏dialog

一、在themes.xml中添加自定義dialog的樣式

<!--自定義Dialog-->
    <style name="BaseDialog" parent="android:style/Theme.Dialog">
        <!--背景顏色和透明程度-->
        <item name="android:windowBackground">@android:color/transparent</item>
        <!--是否去除標(biāo)題-->
        <item name="android:windowNoTitle">true</item>
        <!--是否去除邊框-->
        <item name="android:windowFrame">@null</item>
        <!--是否浮現(xiàn)在activity之上-->
        <item name="android:windowIsFloating">true</item>
        <!--是否模糊-->
        <item name="android:backgroundDimEnabled">false</item>
    </style>

二鉴象、創(chuàng)建dialog基類(lèi)

import android.app.Dialog
import android.content.Context
import android.os.Bundle
import android.view.Gravity
import android.view.ViewGroup
import com.example.myapplication.R

/**
 * dialog基類(lèi)
 */
abstract class BaseDialog(context: Context) : Dialog(context, R.style.BaseDialog) {
    companion object {
        var currentTime = 0L
    }

    abstract fun layoutResID(): Int

    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        setContentView(layoutResID())
    }

    override fun show() {
        // 避免用戶(hù)快速雙擊重復(fù)show兩次
        if (System.currentTimeMillis() - currentTime > 500) {
            currentTime = System.currentTimeMillis()
            super.show()
            val layoutParams = window?.attributes
            layoutParams?.gravity = Gravity.CENTER
            layoutParams?.width = ViewGroup.LayoutParams.MATCH_PARENT
            layoutParams?.height = ViewGroup.LayoutParams.MATCH_PARENT
            window?.decorView?.setPadding(0, 0, 0, 0)
            window?.attributes = layoutParams
        }
    }
}

三忙菠、創(chuàng)建自定義dialog的布局

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#60000000"
    android:orientation="vertical">

    <LinearLayout
        android:layout_gravity="center"
        android:background="@drawable/shape_dialog"
        android:layout_width="270dp"
        android:layout_height="120dp"
        android:orientation="vertical">

        <TextView
            android:layout_marginTop="25dp"
            android:layout_gravity="center_horizontal"
            android:text="是否全部標(biāo)記為已讀?"
            android:textColor="@color/black"
            android:textSize="16sp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />

        <View
            android:layout_marginTop="26dp"
            android:background="#E6E6E6"
            android:layout_width="match_parent"
            android:layout_height="1dp"/>
        <LinearLayout
            android:layout_width="match_parent"
            android:layout_height="match_parent">
            <TextView
                android:id="@+id/tv_cancel"
                android:textSize="16sp"
                android:textColor="@color/black"
                android:gravity="center"
                android:text="取消"
                android:layout_weight="1"
                android:layout_width="0dp"
                android:layout_height="match_parent"/>
            <View
                android:background="#E6E6E6"
                android:layout_width="1dp"
                android:layout_height="match_parent"/>
            <TextView
                android:textSize="16sp"
                android:textColor="@color/black"
                android:gravity="center"
                android:text="確定"
                android:layout_weight="1"
                android:layout_width="0dp"
                android:layout_height="match_parent"/>
        </LinearLayout>
    </LinearLayout>
</FrameLayout>
布局樣式

四纺弊、創(chuàng)建自定義dialog

import android.content.Context
import android.os.Bundle
import com.example.myapplication.base.BaseDialog
import kotlinx.android.synthetic.main.dialog_main.*

class MainDialog(context: Context) : BaseDialog(context) {
    override fun layoutResID(): Int = R.layout.dialog_main

    override fun onCreate(savedInstanceState: Bundle?) {
        super.onCreate(savedInstanceState)
        tv_cancel.setOnClickListener { dismiss() }
    }
}

五牛欢、在activity中使用自定義dialog

val dialog = MainDialog(context)
dialog.show()
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市淆游,隨后出現(xiàn)的幾起案子傍睹,更是在濱河造成了極大的恐慌,老刑警劉巖犹菱,帶你破解...
    沈念sama閱讀 206,126評(píng)論 6 481
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件拾稳,死亡現(xiàn)場(chǎng)離奇詭異,居然都是意外死亡腊脱,警方通過(guò)查閱死者的電腦和手機(jī)访得,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 88,254評(píng)論 2 382
  • 文/潘曉璐 我一進(jìn)店門(mén),熙熙樓的掌柜王于貴愁眉苦臉地迎上來(lái)陕凹,“玉大人震鹉,你說(shuō)我怎么就攤上這事±” “怎么了传趾?”我有些...
    開(kāi)封第一講書(shū)人閱讀 152,445評(píng)論 0 341
  • 文/不壞的土叔 我叫張陵,是天一觀的道長(zhǎng)泥技。 經(jīng)常有香客問(wèn)我浆兰,道長(zhǎng),這世上最難降的妖魔是什么珊豹? 我笑而不...
    開(kāi)封第一講書(shū)人閱讀 55,185評(píng)論 1 278
  • 正文 為了忘掉前任簸呈,我火速辦了婚禮,結(jié)果婚禮上店茶,老公的妹妹穿的比我還像新娘蜕便。我一直安慰自己,他們只是感情好贩幻,可當(dāng)我...
    茶點(diǎn)故事閱讀 64,178評(píng)論 5 371
  • 文/花漫 我一把揭開(kāi)白布轿腺。 她就那樣靜靜地躺著两嘴,像睡著了一般。 火紅的嫁衣襯著肌膚如雪族壳。 梳的紋絲不亂的頭發(fā)上憔辫,一...
    開(kāi)封第一講書(shū)人閱讀 48,970評(píng)論 1 284
  • 那天,我揣著相機(jī)與錄音仿荆,去河邊找鬼贰您。 笑死,一個(gè)胖子當(dāng)著我的面吹牛拢操,可吹牛的內(nèi)容都是我干的锦亦。 我是一名探鬼主播,決...
    沈念sama閱讀 38,276評(píng)論 3 399
  • 文/蒼蘭香墨 我猛地睜開(kāi)眼令境,長(zhǎng)吁一口氣:“原來(lái)是場(chǎng)噩夢(mèng)啊……” “哼孽亲!你這毒婦竟也來(lái)了?” 一聲冷哼從身側(cè)響起展父,我...
    開(kāi)封第一講書(shū)人閱讀 36,927評(píng)論 0 259
  • 序言:老撾萬(wàn)榮一對(duì)情侶失蹤返劲,失蹤者是張志新(化名)和其女友劉穎,沒(méi)想到半個(gè)月后栖茉,有當(dāng)?shù)厝嗽跇?shù)林里發(fā)現(xiàn)了一具尸體篮绿,經(jīng)...
    沈念sama閱讀 43,400評(píng)論 1 300
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長(zhǎng)有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 35,883評(píng)論 2 323
  • 正文 我和宋清朗相戀三年吕漂,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了亲配。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 37,997評(píng)論 1 333
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡惶凝,死狀恐怖吼虎,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情苍鲜,我是刑警寧澤思灰,帶...
    沈念sama閱讀 33,646評(píng)論 4 322
  • 正文 年R本政府宣布,位于F島的核電站混滔,受9級(jí)特大地震影響洒疚,放射性物質(zhì)發(fā)生泄漏。R本人自食惡果不足惜坯屿,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,213評(píng)論 3 307
  • 文/蒙蒙 一油湖、第九天 我趴在偏房一處隱蔽的房頂上張望。 院中可真熱鬧领跛,春花似錦乏德、人聲如沸。這莊子的主人今日做“春日...
    開(kāi)封第一講書(shū)人閱讀 30,204評(píng)論 0 19
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽(yáng)胧瓜。三九已至,卻和暖如春瘾晃,著一層夾襖步出監(jiān)牢的瞬間贷痪,已是汗流浹背幻妓。 一陣腳步聲響...
    開(kāi)封第一講書(shū)人閱讀 31,423評(píng)論 1 260
  • 我被黑心中介騙來(lái)泰國(guó)打工蹦误, 沒(méi)想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人肉津。 一個(gè)月前我還...
    沈念sama閱讀 45,423評(píng)論 2 352
  • 正文 我出身青樓强胰,卻偏偏與公主長(zhǎng)得像,于是被迫代替她去往敵國(guó)和親妹沙。 傳聞我的和親對(duì)象是個(gè)殘疾皇子偶洋,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 42,722評(píng)論 2 345