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

Remove Space Between Bounds And Button Border

How do I remove those space between Button border and view bounds tried setting padding to 0dp but … Read more Remove Space Between Bounds And Button Border

I Used Floating Labels For Edittext. It's Works Fine In Marshmallow & Lollipop. But It's Does Not Working In Kitkat(api 19) And Below Api Level

For Floating Editext labels my dependency in gradle is: compile 'com.android.support:design:23… Read more I Used Floating Labels For Edittext. It's Works Fine In Marshmallow & Lollipop. But It's Does Not Working In Kitkat(api 19) And Below Api Level

How Change Actionbar Colour When Swiping Between Fragments (material Design)?

I have an app i am doing, which has a FragmentPagerAdapter setup with 3 fragments to swipe between … Read more How Change Actionbar Colour When Swiping Between Fragments (material Design)?

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

No Resource Found That Matches The Given Name 'android:theme.material'

After reading this answer, I made RecyclerView ran it on Android 3.0+. But styles.xml in values-v21… Read more No Resource Found That Matches The Given Name 'android:theme.material'

Material Design Navigation Drawer Not Sliding Out

I followed this StackOverflow post's instructions and managed to get the ActionBarDrawerToggle … Read more Material Design Navigation Drawer Not Sliding Out