mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-07-02 13:25:46 +08:00
fix: 修复 Android 16 上 libappbase 主题属性缺失导致的布局 inflate 崩溃
- 取消 Material 库依赖注释,修复 AppBarLayout 找不到类异常 - MyAppTheme 添加 themeDebug/toolbarBackgroundColor 等 libappbase 所需主题属性 - 新增 MyDebugActivityTheme,供 view_log.xml 的 android:theme 引用 - 添加 mainWindowBackgroundColor/mainWindowTextColor 等 5 个颜色资源
This commit is contained in:
@@ -59,7 +59,7 @@ dependencies {
|
||||
// AndroidX 类库
|
||||
api 'androidx.appcompat:appcompat:1.1.0'
|
||||
api 'androidx.cardview:cardview:1.0.0'
|
||||
//api 'com.google.android.material:material:1.4.0'
|
||||
api 'com.google.android.material:material:1.4.0'
|
||||
//api 'androidx.viewpager:viewpager:1.0.0'
|
||||
//api 'androidx.vectordrawable:vectordrawable:1.1.0'
|
||||
//api 'androidx.vectordrawable:vectordrawable-animated:1.1.0'
|
||||
|
||||
Reference in New Issue
Block a user