-
Notifications
You must be signed in to change notification settings - Fork 0
Yexiangxu/Study
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
所有项目必须 1. **androidX配置**(`Refactor -> Migrate to AndroidX` 一键迁移) 2. **使用今日头条屏幕适配方案** 3. **使用 [ImmersionBar](https://www.jianshu.com/p/2a884e211a62) 处理 StatusBar**(可处理导航栏、电池栏、电池栏文字颜色、全面屏、刘海屏) >注意`AndroidManifest.xml`中需要先添加下面配置 >``` > <!-- 适配全面屏 --> > <meta-data > android:name="android.max_aspect" > android:value="2.4" /> > <!-- 适配华为(hua wei)刘海屏 --> > <meta-data > android:name="android.notch_support" > android:value="true" /> > <!-- 适配小米(xiao mi)刘海屏 --> > <meta-data > android:name="notch.config" > android:value="portrait|landscape" /> > ``` #### kotlin配置 ####kotlin注意事项 了解viewmodel原理结合people_mvvm ****
About
Android study demo
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published