fsgjlp

Results 4 issues of fsgjlp

[Here](https://github.com/Kotlin/kotlinx.serialization/tree/v1.3.2#android) are two different versions of proguard file with different rules and descriptions. Please make them similar, or better yet, keep only one version of proguard rules.

docs needed

**Crash:** ``` java.lang.RuntimeException: Unable to start activity ComponentInfo{***}: java.lang.NullPointerException: Attempt to invoke virtual method 'android.graphics.drawable.Drawable android.graphics.drawable.Drawable$ConstantState.newDrawable()' on a null object reference at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2298) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2360) at android.app.ActivityThread.access$800(ActivityThread.java:144) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1278) at...

bug
Widget: Switch

**Description:** The switch icon has the incorrect color when the monochrome theme is applied. Everything works fine with other themes. ![1](https://github.com/material-components/material-components-android/assets/102207540/347f102e-9030-4c63-8432-cd02ae6e1767) **Minimal sample app repro:** Catalog **Android API version:** 14...

bug
Awaiting Design Feedback
Widget: Switch

ShimmerDrawable not working with View.LAYER_TYPE_HARDWARE and View.LAYER_TYPE_SOFTWARE. Environment: Android emulator, Pixel 4 api 31 ```java Shimmer shimmer = new Shimmer.ColorHighlightBuilder() .setBaseAlpha(0.7f) .setHighlightAlpha(0.9f) .setDuration(10000) .setDirection(Shimmer.Direction.TOP_TO_BOTTOM) .setAutoStart(true) .build(); ShimmerDrawable shimmerDrawable = new...