On Tue, Jul 13, 2010 at 7:46 PM, mkhwang <[email protected]> wrote: > there is a PreferenceActivity that was aleady developped and is > typecally like 'Settings' of android. >
That's the way it should be, for most cases. > by the way, the customer is requiring to change U/I like IPhone > Kindly remind the customer that Android is not the iPhone and that they look and behave differently. If they want an app that looks like iPhone they can make an iPhone app. > but It's very difficult to add & fix two views in PreferenceActivity. > do you have the solution? > Solution? No. Haven't bothered to change the PreferenceActivity to look like iPhone because there's no point to that. However, I would assume that you can get the PreferenceActivity's main layout and dynamically add any views you wish just like any other view. I would start playing with that. ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking -- 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

