sunshaobei

Results 3 issues of sunshaobei

i made the demo run ,but it couldn't be preview in as 4.1.2 and i never try other version of as !!

layout : ViewPage2 or RecyclerView bind a itemView witch is ConstraintLayout with a child , and this child set paddingStart or paddingEnd, first: I set the ConstraintLayout‘visibility Gone second :...

bug

apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'net.bytebuddy.byte-buddy-gradle-plugin' android { compileSdk 35 namespace "com.example.bb" defaultConfig { applicationId "com.example.bb" minSdk 21 versionCode 1 versionName "1.0" } buildTypes { release {...

question