pekingme
pekingme
@ytheekshana On 1.11.0, we use the new color roles from system UI (e.g., `@android:color/system_primary_dark`) for dynamic colors on Android U. Samsung OneUI has this ability to adjust the "Color palettes"....
Here're some captures on my Samsung Note 20 (One UI 5.1). It seems the system `primary`, `secondary`, `tertiary` palettes have similar hues to the **bottom** three colors shown in the...
I think I misunderstood the issue earlier. It seems that the dynamic colors don't apply properly on OneUI 6 with 1.11.0. Let me check if there's anything suspicious between 1.10...
@ytheekshana Could you provide the following context with your device (Samsung S22 Ultra with One UI 6 (Android 14))? - A screenshot of the main color demo in Material's catalog...
Just come across with the same issue on Ubuntu 18.04 and cpprestsdk 2.10. As dmjones https://github.com/Microsoft/cpprestsdk/issues/686#issuecomment-440622042 mentioned, solved by wrapping the ```.cmake``` files with folder ```cpprestsdk```, and add a new...
Tested on Android 11, Samsung One UI 3.1 and Pixel 5 (emulator) Cannot reproduce with lock and unlock in catalog. Can reproduce with goldfish07's example. It seems there's a bug...
This seems like an AndroidX bug. Could you try out a more recent lib version (1.3.0 is pretty old)?
Do you have a screenshot of your chip? IIUC, the label is only a single character. When you try to select the chip, the close icon was triggered accidentally, right?...
Make sense. I think we can solve this by caping the width of the touch bound of the close icon. So that when you increase the textEndPadding, not all of...
The tonal surface color updates only updates the "elevated" button theme overlay to have `colorSurfaceContainerLow` (instead of `colorSurface`) as the container. It shouldn't affect the default button theme overlay. >...