On Sat, Jan 29, 2011 at 4:00 AM, prince <[email protected]> wrote:

> Hi ! I want to have a Listview in a Tabview
>

So put a ListView in a TabView.


> and when I click on an item of this Listview say "change font" it should
> give a menu for
> changing the font of my entire application.
>

So add a clicklistern for your ListView, check for the right item to be
clicked, then show a dialog with a list of font options. On clicking the
dialog entry, update your app's theme accordingly.


> How to implement this in Android 2.0.
>

Android 2.0 is obsolete.

-------------------------------------------------------------------------------------------------
TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago
transit tracking app for Android-powered devices

-- 
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

Reply via email to