Skip to content Skip to sidebar Skip to footer
Showing posts with the label Material Design

Elevation Effect For Imagebutton On Pre-lollipop Devices

I am trying the apply elevation effect for ImageButton. It works well on my Nexus tablet running An… Read more Elevation Effect For Imagebutton On Pre-lollipop Devices

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

Hiding Bottom Navigation View On Android

I'm developing an Android app that follows the single activity pattern. In one of my fragments … Read more Hiding Bottom Navigation View On Android

Open Files (pdf , Mp3 , Mp4 , ...) When Clicking On The Recyclerview

I have a RecyclerView that shows the list of files exist in the app directory . Now, when user cli… Read more Open Files (pdf , Mp3 , Mp4 , ...) When Clicking On The Recyclerview

Android: How To Keep Corner Radius While Setting A Background Drawable?

Solution 1: Use card_view:cardBackgroundColor="#FFFFFFFF" instead of android:background… Read more Android: How To Keep Corner Radius While Setting A Background Drawable?

Using Material Button Gives Classnotfound Runtime Error

I am in the process of replacing the buttons in my app with Material Buttons using Solution 1: As … Read more Using Material Button Gives Classnotfound Runtime Error

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

Translucent Navigation Bar

I want to have the content of my layout being displayed under the navigation bar (also called trans… Read more Translucent Navigation Bar