Carbon icon indicating copy to clipboard operation
Carbon copied to clipboard

Material Design implementation for Android 4.0+. Shadows, ripples, vectors, fonts, animations, widgets, rounded corners and more.

Results 13 Carbon issues
Sort by recently updated
recently updated
newest added

How can I set corners radius individually?

have we need to add any depedency?? _Originally posted by @asif3593 in https://github.com/ZieIony/Carbon/issues/157#issuecomment-1160144750_

Hello, I am using this amazing library in my app but I am facing a problem. in some devices e.g. galaxy Tab A with android version 11 a view with...

unwanted title bar in coming up and placeholders not showing

Data binding enabling has been removed from wiki: https://github.com/ZieIony/Carbon/wiki/Installation/_compare/91c996c21d10d6a392ececfe7f27f94b50d2f699...533c5ddd5f0f04b11d91228ca8e8ac7f00fbcc6d However, related proguard rules are still listed: ``` -dontwarn android.databinding.** -keep class android.databinding.** { *; } ``` Is it somehow intended?...

Bring back `CarbonResources` without breaking themes on older APIs

bug

hi . pager tab strip in rtl based language get this output in api >= 22 : ![pager tab strip in rtl](https://cloud.githubusercontent.com/assets/15701316/14283860/24cbcaf8-fb5a-11e5-863b-1f4ebec17eb1.png) and this is out put in ltr languages....

bug

Yes, I know it's not even published yet. Sorry for nagging. Currently the style `` has the item `?attr/colorAccent`. This should be something like `@color/accent_button`, where accent_button is a statelist...