Resize Applicaion name in action bar

Isopsypiegugs

New Member
In my application I have 4 buttons in the Action Bar. I added \[code\]android:showAsAction="always|withText"\[/code\] to each \[code\]item\[/code\] in the xml file in order to force show all 4 of the icons. I am testing the app on a 4.0" screen, and in vertical view I see the application icon on the left, the app name is cut, and then i see the 4 icons/buttons. For example, the app name is Pandemic, and with all 4 icons in the action bar, i see Pan...How can I have the application name text resiz to dynamically to fill between the app icon and the left most icon on the action bar?Thank you.
 
Back
Top