Posts Tagged ‘UX’

Advance Tabs Knol

Posted: March 29, 2010 in Android
Tags: , ,

If you want ot change the tabs look ot something like this: Thank read the Advance Tabs Knol.

Tab Customization Sneak Peek

Posted: March 29, 2010 in Android
Tags: ,

Left to fix is the drawable, fix my image states. and the text colors as the text label is taking the default text colors. I had to switch co around and replace the bottom strip first and than replace the tab indicator:

Bottom Tab strip Gone

Posted: March 28, 2010 in Android
Tags: , ,

I was able to remove the bottom strip off the tab bar: Which means I should be able to also modify the dividers. The Advance Tab tutorial should be up in my Android Development Knols collection tonight.

Custom Tab Working

Posted: March 27, 2010 in Android
Tags: , ,

Its working. The solution is imperfect in that it will break when the API changes. The Knol tutorial should be up sometime today. in the Android U Design category. The main thing was to grab the drawables from he TAbWidget.

Tab Highlights Custom

Posted: March 27, 2010 in Android
Tags: , ,

I still have to fix some drawable selectors but its working: Okay, now for the secret sauce: That sits in my onCreate method. the only bad things is it will break when the APi changes.