Android 幾行代碼實(shí)現(xiàn)通用缺省圖

Activity中使用

  • 資源加載失敗砂心,顯示缺省圖
fun goneLayout(activity: Activity, ids: IntArray, text: String, res: Int = R.mipmap.no, state: Int = View.GONE) {
        val viewGroup: ViewGroup = activity.findViewById(android.R.id.content)
        if (viewGroup.tag != null) return
        val relative: RelativeLayout = LayoutInflater.from(activity).inflate(R.layout.empty_layout, null, false) as RelativeLayout
        viewGroup.removeView(relative)
        viewGroup.addView(relative)
        if (res == 0) {
            relative.EmptyLayout_img.visibility = View.GONE
        } else {
            relative.EmptyLayout_img.visibility = View.VISIBLE
            Glide.with(activity).load(res).into(relative.EmptyLayout_img)
        }
        relative.EmptyLayout_text.also {
            if (text.isEmpty())
                it.visibility = state
            else {
                it.visibility = View.VISIBLE
                it.text = text
            }
        }
        ids.forEach {
            activity.findViewById<View>(it).visibility = View.GONE
        }
        viewGroup.tag = relative
    }
  • 缺省圖移除
  fun visibleLayout(activity: Activity, ids: IntArray) {
        val viewGroup: ViewGroup = activity.findViewById(android.R.id.content)
        if (viewGroup.tag == null) {
            val relative: RelativeLayout = LayoutInflater.from(activity).inflate(R.layout.empty_layout, null, false) as RelativeLayout
            viewGroup.removeView(relative)
        } else {
            viewGroup.removeView(viewGroup.tag as View)
            viewGroup.tag = null
        }
        ids.forEach {
            activity.findViewById<View>(it).visibility = View.VISIBLE
        }
    }

Fragment中使用

  • 缺省圖顯示 Fragment
 fun goneLayout(activity: Activity, view: View, ids: IntArray, text: String, res: Int = R.mipmap.no) {
        if (view is ViewGroup) {
            val relative: RelativeLayout = LayoutInflater.from(activity).inflate(R.layout.empty_layout, view, false) as RelativeLayout
            if (view.tag != null) return
            view.removeView(relative)
            view.addView(relative)
            layoutParamsMatchParent(relative)
            if (res == 0)
                relative.EmptyLayout_img.visibility = View.GONE
            else {
                relative.EmptyLayout_img.visibility = View.VISIBLE
                Glide.with(activity).load(res).into(relative.EmptyLayout_img)
            }
            relative.EmptyLayout_text.also {
                if (text.isEmpty())
                    it.visibility = View.GONE
                else {
                    it.visibility = View.VISIBLE
                    it.text = text
                }
            }
            ids.forEach {
                view.findViewById<View>(it).visibility = View.GONE
            }
            view.tag = relative
        }
    }
  • 缺省圖移除
fun visibleLayout(activity: Activity, view: View, ids: IntArray) {
        if (view is ViewGroup) {
            val relative: RelativeLayout = LayoutInflater.from(activity).inflate(R.layout.empty_layout, view, false) as RelativeLayout
            if (view.tag == null) {
                view.removeView(relative)
            } else {
                view.removeView(view.tag as View)
                view.tag = null
            }
            ids.forEach {
                view.findViewById<View>(it).visibility = View.VISIBLE
            }
        }
    }
默認(rèn)空布局
<?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:id="@+id/EmptyLayout_Gen"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:layout_centerInParent="true"
    android:layout_gravity="center">

    <ImageView
        android:id="@+id/EmptyLayout_img"
        android:layout_width="@dimen/heart_anim_length"
        android:layout_height="@dimen/heart_anim_length"
        android:layout_centerInParent="true"
        tools:ignore="ContentDescription"/>

    <TextView
        android:id="@+id/EmptyLayout_text"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_below="@id/EmptyLayout_img"
        android:layout_centerInParent="true"
        android:layout_marginTop="@dimen/dp_5"
        android:textColor="@color/black_434343"
        android:textSize="@dimen/sp_15"/>

</RelativeLayout>
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個(gè)濱河市,隨后出現(xiàn)的幾起案子馅袁,更是在濱河造成了極大的恐慌惰蜜,老刑警劉巖蜘醋,帶你破解...
    沈念sama閱讀 212,029評(píng)論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件运授,死亡現(xiàn)場(chǎng)離奇詭異,居然都是意外死亡够颠,警方通過查閱死者的電腦和手機(jī)熙侍,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,395評(píng)論 3 385
  • 文/潘曉璐 我一進(jìn)店門,熙熙樓的掌柜王于貴愁眉苦臉地迎上來履磨,“玉大人蛉抓,你說我怎么就攤上這事〉旁牛” “怎么了芝雪?”我有些...
    開封第一講書人閱讀 157,570評(píng)論 0 348
  • 文/不壞的土叔 我叫張陵减余,是天一觀的道長综苔。 經(jīng)常有香客問我,道長位岔,這世上最難降的妖魔是什么如筛? 我笑而不...
    開封第一講書人閱讀 56,535評(píng)論 1 284
  • 正文 為了忘掉前任,我火速辦了婚禮抒抬,結(jié)果婚禮上杨刨,老公的妹妹穿的比我還像新娘。我一直安慰自己擦剑,他們只是感情好妖胀,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,650評(píng)論 6 386
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著惠勒,像睡著了一般赚抡。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上纠屋,一...
    開封第一講書人閱讀 49,850評(píng)論 1 290
  • 那天涂臣,我揣著相機(jī)與錄音,去河邊找鬼售担。 笑死赁遗,一個(gè)胖子當(dāng)著我的面吹牛署辉,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播岩四,決...
    沈念sama閱讀 39,006評(píng)論 3 408
  • 文/蒼蘭香墨 我猛地睜開眼哭尝,長吁一口氣:“原來是場(chǎng)噩夢(mèng)啊……” “哼!你這毒婦竟也來了剖煌?” 一聲冷哼從身側(cè)響起刚夺,我...
    開封第一講書人閱讀 37,747評(píng)論 0 268
  • 序言:老撾萬榮一對(duì)情侶失蹤,失蹤者是張志新(化名)和其女友劉穎末捣,沒想到半個(gè)月后侠姑,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,207評(píng)論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡箩做,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,536評(píng)論 2 327
  • 正文 我和宋清朗相戀三年莽红,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片邦邦。...
    茶點(diǎn)故事閱讀 38,683評(píng)論 1 341
  • 序言:一個(gè)原本活蹦亂跳的男人離奇死亡安吁,死狀恐怖,靈堂內(nèi)的尸體忽然破棺而出燃辖,到底是詐尸還是另有隱情鬼店,我是刑警寧澤,帶...
    沈念sama閱讀 34,342評(píng)論 4 330
  • 正文 年R本政府宣布黔龟,位于F島的核電站妇智,受9級(jí)特大地震影響,放射性物質(zhì)發(fā)生泄漏氏身。R本人自食惡果不足惜巍棱,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 39,964評(píng)論 3 315
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望蛋欣。 院中可真熱鬧航徙,春花似錦、人聲如沸陷虎。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,772評(píng)論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽尚猿。三九已至窝稿,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間谊路,已是汗流浹背讹躯。 一陣腳步聲響...
    開封第一講書人閱讀 32,004評(píng)論 1 266
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留,地道東北人潮梯。 一個(gè)月前我還...
    沈念sama閱讀 46,401評(píng)論 2 360
  • 正文 我出身青樓骗灶,卻偏偏與公主長得像,于是被迫代替她去往敵國和親秉馏。 傳聞我的和親對(duì)象是個(gè)殘疾皇子耙旦,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,566評(píng)論 2 349

推薦閱讀更多精彩內(nèi)容