Colton Idle
02/03/2021, 10:49 PMobject MyCompanyColors {
val Background = Color(0xFFFFFFFF)
val Text = Color(0xFF424242)
//20 other colors
}
Anyone see anything wrong with this? I feel like the docs and codelabs don't really have any guidance on how to create a Color sheet UNLESS you go the material theme routeJeisson Sáchica
02/03/2021, 10:50 PMCarson Holzheimer
02/04/2021, 12:37 PM