jetpack_compose_country_code_picker icon indicating copy to clipboard operation
jetpack_compose_country_code_picker copied to clipboard

Possible solution to Text Color issue #20

Open giripriyadarshan opened this issue 2 years ago • 5 comments

Kind of solved the text color issue I mentioned few hours ago. Please check it once as I'm new to Android development. The changes works on Nothing Phone 1 perfectly.

The Changes:

  • Added TextStyle to replace colors, fontWeights, fontSizes

giripriyadarshan avatar Dec 15 '22 11:12 giripriyadarshan

Solves issue #20

giripriyadarshan avatar Dec 15 '22 11:12 giripriyadarshan

Sorry, I added too many commits. But those low-level changes were kind of necessary for me. I hope it renders useful for others too.

giripriyadarshan avatar Dec 15 '22 16:12 giripriyadarshan

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

sonarqubecloud[bot] avatar Dec 16 '22 10:12 sonarqubecloud[bot]

Hello, i can't change text color in TogiCodeDialog (phoneCode), i can't pass my material Thame bacause i'm using material 3

masterofdaemon avatar Jan 04 '23 20:01 masterofdaemon

Hello, i can't change text color in TogiCodeDialog (phoneCode), i can't pass my material Thame bacause i'm using material 3

Maybe this will help ..... https://github.com/giripriyadarshan/towwn-app/blob/main/app/src/main/java/com/giripriyadarshan/towwn/components/CCP.kt#L36

giripriyadarshan avatar Jan 04 '23 22:01 giripriyadarshan