Carbon alternatives and similar packages
Based on the "Material Widget" category.
Alternatively, view Carbon alternatives based on common mentions on social networks and blogs.
-
material-dialogs
DISCONTINUED. 😍 A beautiful, fluid, and extensible dialogs API for Kotlin & Android. -
MaterialDrawer
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design. -
android-floating-action-button
Floating Action Button for Android based on Material Design specification -
MaterialDialog
DISCONTINUED. An Android library for conveniently building Material Design Dialog in Android version 2.2 ~ L. -
MaterialNavigationDrawer
DISCONTINUED. Navigation Drawer Activity with material design style and simplified methods -
MaterialList
An Android library aimed to get the beautiful CardViews that Google shows at its official design specifications -
MaterialTabs
DISCONTINUED. Custom Tabs with Material Design effects. It requires 14+ API and android support v7 (Toolbar) -
snackbar
[DEPRECATED] Android Library that implements Snackbars from Google's Material Design documentation. -
MaterialEverywhere
Showcase of the new AppCompat 21, which includes new Material Theme, working in pre-21 devices. -
Material Dialogs for Android 📱
📱Android Library to implement animated, 😍beautiful, 🎨stylish Material Dialog in android apps easily. -
android-materialshadowninepatch
Provides 9-patch based drop shadow for view elements. Works on API level 9 or later. -
uberprogressview
:hourglass_flowing_sand: An android progress view developed after taking inspiration from Uber app.
CodeRabbit: AI Code Reviews for Developers
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Carbon or a related project?
README
Carbon
Material Design implementation for Android 4.0 and newer. This is not the exact copy of the Lollipop's API and features. It's a custom implementation of the most useful things as shown in the design specification. Carbon tries to:
- make things easier (specify cornerRadius='dp' instead of creating an xml and/or a ViewOutlineProvider)
- make it all work and look the same on all APIs (like CheckBox's left padding)
- really backport features (don't use gradients for shadows!)
- fix Android's everlasting bugs (FrameLayout ignores child's padding when no gravity is set)
What's new
- custom item layouts for BottomNavigationView, TabLayout and NavigationView
- DayNight themes
- updated control colors
- fixed color animations, background tint, menu inflation, shadow transformations
Features
Android 4.x
- generated, animated shadows with elevation system
- the touch ripple
- rounded corners with content clipping
- circular reveal
- theme xml attribute
- widget and drawable tinting
- font resources
- edge effects
All APIs
- simple to use xml attributes for stroke, cut corners, rounded corners and ripples
- colored shadows
- brightness/saturation fade
- SVG support (with transformations, text, gradients, etc.)
- html text
- percent layouts, anchors, colored insets
- view stroke
- visibility animations
- color state animations
- ttf/otf fonts
- text auto size
- TextMarker
Material constants, widgets and components
- colors, dimensions, typography
- ready-to-use rows and adapters for RecyclerView
- DropDown, FloatingActionMenu, RangeSeekBar, ExpandableRecyclerView, FlowLayout, TableView, BackdropLayout, Banner, BottomNavigationView, TabLayout
Samples
Installation
FAQ
Changelog
JavaDoc
Articles
License
Copyright 2015 Marcin Korniluk 'Zielony'
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*Note that all licence references and agreements mentioned in the Carbon README section above
are relevant to that project's source code only.