av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁技術(shù)文章
文章詳情頁

Android沉浸式頂部實(shí)現(xiàn)代碼及效果

瀏覽:52日期:2022-09-22 14:44:55

研究了下這個(gè),記錄下代碼。

主頁面代碼:activity_main.xml

<?xml version='1.0' encoding='utf-8'?><android.support.constraint.ConstraintLayout xmlns:android='http://schemas.android.com/apk/res/android' xmlns:app='http://schemas.android.com/apk/res-auto' xmlns:tools='http://schemas.android.com/tools' android:layout_width='match_parent' android:layout_height='match_parent' tools:context='.MainActivity'> <TextView android:layout_width='match_parent' android:layout_height='70dp' android:text='Hello World!' android:gravity='center' android:background='@color/colorAccent' app:layout_constraintLeft_toLeftOf='parent' app:layout_constraintRight_toRightOf='parent' app:layout_constraintTop_toTopOf='parent' /> <!-- android:fitsSystemWindows='true' android:clipToPadding='true'--></android.support.constraint.ConstraintLayout>

添加三個(gè)文件:三份 style 文件,即默認(rèn)的values(不設(shè)置狀態(tài)欄透明)、values-v19、values-v21(解決半透明遮罩問題)。

values 下 style.xml

<style name='TranslucentTheme' parent='AppTheme'> <!--在Android 4.4之前的版本上運(yùn)行,直接跟隨系統(tǒng)主題--> </style>

values-v19 下 style.xml

<?xml version='1.0' encoding='utf-8'?><resources> <style name='TranslucentTheme' parent='Theme.AppCompat.Light.NoActionBar'> <item name='android:windowTranslucentStatus'>true</item> <item name='android:windowTranslucentNavigation'>true</item> </style></resources>

values-v21 下 style.xml

<?xml version='1.0' encoding='utf-8'?><resources> <style name='TranslucentTheme' parent='Theme.AppCompat.Light.NoActionBar'> <item name='android:windowTranslucentStatus'>false</item> <item name='android:windowTranslucentNavigation'>true</item> <item name='android:statusBarColor'>@android:color/transparent</item> </style></resources>

這里需要在:AndroidMainfest.xml 里添加樣式。

<?xml version='1.0' encoding='utf-8'?><manifest xmlns:android='http://schemas.android.com/apk/res/android' package='controller.hzl.com.dingbu2'> <application android:allowBackup='true' android:icon='@mipmap/ic_launcher' android:label='@string/app_name' android:roundIcon='@mipmap/ic_launcher_round' android:supportsRtl='true' android:theme='@style/AppTheme'> <activity android:name='.MainActivity' android:theme='@style/TranslucentTheme' > <intent-filter><action android:name='android.intent.action.MAIN' /><category android:name='android.intent.category.LAUNCHER' /> </intent-filter> </activity> </application></manifest>

主Acitivity沒有修改。

效果圖:

Android沉浸式頂部實(shí)現(xiàn)代碼及效果

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Android
相關(guān)文章:
主站蜘蛛池模板: 午夜精品一区二区三区在线观看 | 成人h视频在线观看 | 一区二区三区影院 | 欧美日韩亚洲国产 | 97伦理电影网 | 欧洲一区视频 | 中国一级特黄真人毛片免费观看 | 在线日韩欧美 | 亚洲一区二区免费 | 91一区二区三区 | 亚洲有码转帖 | 国产精品我不卡 | 久在线精品视频 | 日韩av一区二区在线观看 | 久久日韩精品一区二区三区 | 国产97色| 中文字幕一区二区三区在线观看 | 国产丝袜人妖cd露出 | 日韩欧美大片在线观看 | 午夜视频在线观看网站 | 亚洲欧洲在线观看视频 | 久久精品在线免费视频 | 播放一级黄色片 | 天天av天天好逼 | 97在线观视频免费观看 | 97国产精品视频 | 一区免费观看 | 欧美在线一区二区三区四区 | 观看毛片 | 97国产一区二区精品久久呦 | 国产精品久久久久久久久免费软件 | 午夜影院黄 | 一区二区三区电影在线观看 | 久草网站 | 91精品国产色综合久久不卡98口 | 99热视 | 久久99精品久久久 | 日韩在线观看中文字幕 | 精品一区二区三区在线观看国产 | 久久久久国色av免费观看性色 | 91佛爷在线观看 |