色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

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

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

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

研究了下這個,記錄下代碼。

主頁面代碼: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>

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

values 下 style.xml

<style name='TranslucentTheme' parent='AppTheme'> <!--在Android 4.4之前的版本上運行,直接跟隨系統(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沉浸式頂部實現(xiàn)代碼及效果

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

標簽: Android
相關(guān)文章:
主站蜘蛛池模板: 欧美一级毛片免费播放aa | 国产亚洲精品影达达兔 | 台湾三级香港三级在线中文 | 欧美aaaa在线观看视频免费 | 看一级特黄a大一片 | 久久久久依人综合影院 | 毛片久久 | 黄色三级毛片 | 国产深夜福利 | 成年性午夜免费视频网站不卡 | 亚洲一区二区三区香蕉 | 美女张开腿让男人桶爽动漫视频 | 日韩毛片久久91 | 欧美videos娇小 | 国产区一区二区三区 | 久久午夜鲁丝片午夜精品 | 欧美人成在线 | 91在线精品亚洲一区二区 | 中文字幕在线观看国产 | 欧美透逼视频 | 午夜视频在线观看一区二区 | 国产精品亚洲第一区柳州莫青 | 日本欧美久久久久免费播放网 | 亚洲欧美视频一区二区三区 | 国产日韩欧美一区二区三区综合 | 奇米影视7777久久精品 | 三级毛片在线 | 欧美一级毛片美99毛片 | 欧美成人精品高清在线播放 | 欧美一区不卡二区不卡三区 | 日本a级片免费观看 | 91大神在线精品视频一区 | 日韩三级精品 | 在线中文字幕视频 | 免费观看一级欧美大 | 国产夫妇精品自在线 | 毛片免费观看的视频 | 在线播放国产真实女同事 | 九九精品视频在线 | 国产一区二区免费播放 | 台湾香港澳门三级在线 |