I have an application that I'm currently porting to tablets. During this transitional period I would like to have the app look very honeycomb-like when installed on tablets. In particular, I would like the the app to have an Action bar when installed on tablets. However, I do NOT want an action bar when the app is installed on phones, since I do not want to redesign the phone experience to accommodate an action bar at this time.
What is the best way to have my app look the same as it currently does when installed on phones, but add an action bar when it's installed on tablets?