Skip to content Skip to sidebar Skip to footer
Showing posts with the label Android Theme

Custom Appcompat Theme Not Changing Overflow Icon On Older Devices

Recently I decided to change the Action Overflow Icon on my app. I got it working on Lollipop devic… Read more Custom Appcompat Theme Not Changing Overflow Icon On Older Devices

Holo Light Color Code Of Navigation Drawer

What is the hex color code of the background of the view you draw out in the navigation drawer in t… Read more Holo Light Color Code Of Navigation Drawer

Appcompat Alert Dialog Action Button Background On Pressed State

I am trying new AlertDialog from appcompat v7 22.1.1. It works pretty well (In all android versions… Read more Appcompat Alert Dialog Action Button Background On Pressed State

How To Create .apk File Without Using Eclipse

I want to create 'Theme Creator' for Android, so I want to create .apk file after creating … Read more How To Create .apk File Without Using Eclipse

Android Search Dialog Customization

After several searches I couldn't figure out how to customize the search dialog (the top search… Read more Android Search Dialog Customization

Android Textallcaps In Theme

I have a theme where on wanted all textviews on activities to be capitalized. So I set textAllCaps… Read more Android Textallcaps In Theme