iot-lab-kiit / Android-UI_UX-Library

0 stars 2 forks source link

Build a bottom navigation bar that supports multiple tabs #6 #7

Closed Prerrna closed 5 days ago

Prerrna commented 6 days ago

BottomNavigationBar: We updated the BottomNavigationBar composable function to use the project's custom theme colors instead of the default MaterialTheme colors. We also fixed an issue with the color names used in the BottomNavigationBar function. #6 MainActivity: We refactored the MainActivity to use the project's custom theme (AndroidUI_UXLibraryTheme) instead of the default MaterialTheme.

Overall our changes improved the project's consistency, readability, and adherence to best practices. We also demonstrated how to define and use custom colors in a Jetpack Compose project.