Skip to content Skip to sidebar Skip to footer
Showing posts with the label Material Components Android

Navigation Drawer Rounded Corner Background For Items

I want to have a rounded corner for the items in navigation drawer like this : it's an example… Read more Navigation Drawer Rounded Corner Background For Items

Cardview With Different Corner Radius

I have the following CardView and I want to set different radius for each corner in the card. Is it… Read more Cardview With Different Corner Radius

Materialdatepicker Not Working On Android

I want to change the date picker of my project to the date picker provided by the Material Componen… Read more Materialdatepicker Not Working On Android

On A Button, Text And Drawable Are Too Far Away When Centered

when I make a button width match parent, the drawable start and text are too far away, and they don… Read more On A Button, Text And Drawable Are Too Far Away When Centered

Android Material Button Taking Color Primary Instead Of Color Accent

I have my layout button as - Solution 1: You can check the official doc . The filled button has th… Read more Android Material Button Taking Color Primary Instead Of Color Accent

Changing Navigationview Background To Round Shape Not Working When Pressed

I am setting navigation item background using app:itemBackground in layout: Solution 1: With the N… Read more Changing Navigationview Background To Round Shape Not Working When Pressed

Android Date Picker Material Style

i have implemented the date picker on my fragment, this is the code: edittext_from.setOnClickListen… Read more Android Date Picker Material Style

Theme.materialcomponents Style Ruins Firebase Authui Layout

I am writing my first app in kotlin and am using FirebaseAuth & AuthUI for authentication. My l… Read more Theme.materialcomponents Style Ruins Firebase Authui Layout