I want to create a TAB-like activity.
The regular tab host has a specific design.
I want the tab buttons to be image views without any BG.
And by clicking on the image will just change the tab the regular way?
Maybe there is a way to do it in the regular TAB host?

I will be more specfici – the 2 buttons are actually 2 image views (also has 1 png for selected and 1 png for unselected). These 2 images are on the main BG (unlike the UI of the TAB Host). Upper to them there is the area (e.g. Frame) where my 2 activites should be … Both activities has listview in it.
Check these:
Custom Android Tabs
Customize Android TabHost TabWidget