wlingf

Results 14 issues of wlingf

Sofia.with(this) //状态栏亮色字体 .statusBarLightFont() //状态栏背景透明度 .statusBarBackgroundAlpha(1) //状态栏颜色 .statusBarBackground(getGradient()); 状态栏图标文字颜色不会变亮色

该库与immersionbar沉浸式库一起使用 会使immersionbar得沉浸式无法生效

在编译的时候flutter下Android app->build.gradle 中compileSdkVersion=30,而Android原生app->build.gradle中compileSdkVersion=31,导致编译的时候因为版本不一样,部分31的特有的代码编译不通过

### 运行环境 ### - [x] 设备型号:如:`Nexus 6` - [x] 设备系统版本:如 `Android 5.0` - [x] Gradle 版本:如 `2.3.0` - [x] QMUI Android 版本:`1.x.x` ### 具体问题描述 ### #### 问题截图 #### #### Layout...

E/AndroidRuntime: FATAL EXCEPTION: main Process: com.android.sms, PID: 4568 java.lang.RuntimeException: Unable to start activity ComponentInfo{com.android.sms/com.android.sms.ui.splash.SplashActivity}: java.lang.IllegalArgumentException: There is no generic of ViewBinding. at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3752) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3920) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:85) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:135) at...

**XPopup版本** 2.9.19 **手机系统和型号** iqoo z1x Android 12 **描述你的问题** ![image](https://github.com/li-xiaojun/XPopup/assets/19945512/b96d3564-202c-47ce-b628-515ad2bae941)

**XPopup版本** 如2.9.19 **手机系统和型号** 华为Mate20 Android 10 **描述你的问题** isViewMode=true模式时,希望在指定view上加,而不是在activity上加 //view实现 ViewGroup decorView = (ViewGroup) XPopupUtils.context2Activity(this).getWindow().getDecorView(); if(getParent()!=null) ((ViewGroup)getParent()).removeView(this); decorView.addView(this, getLayoutParams()); 希望decortview 能有外部传入