You can control some things by implementing you own styles.xml in res/ values. For example, you can control the seekbar color this way. Other things are harder; re-styling the tabs is a challenge and I eventually gave up on it. Still other things seem to be entirely unchangeable, like some of the menu and sub-menu styles.
On Sep 9, 6:00 pm, NewB <[email protected]> wrote: > Hello All! > > I would like to know if its possible to prevent my application from > looking different every time I run it on a different android phone. > For example, on stock 2.2, my seek bar (with default values and theme) > has an orange color for the selected portion, whereas on a Samsung > Galaxy S (with 2.1), it is green. Also the tab background is grey in > stock 2.2, but blue in Galaxy S. On a similar note, my rating bar > changes size too. > > I do not implement multiple screen resolutions and all my drawables > are located in the "drawables" folder under "res". I donot specify a > minimum sdk requirement, and I > > Thanks in advance! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

