Re: [android-porting] apply theme over setting application wide

2010-03-08 Thread Dianne Hackborn
On Mon, Mar 8, 2010 at 6:51 AM, Mycall wrote: > 1. AndroidMenifest.xml > > >android:icon="@drawable/ic_launcher_settings" >android:theme="@android:style/Widget.ListView" > That is not a theme, that is the style of a list view. Please see the various API demos for def

[android-porting] apply theme over setting application wide

2010-03-08 Thread Mycall
Hi all. I want to apply theme over setting application wide. So I implemented below code but there was no effect. Please give me help. 1. AndroidMenifest.xml -> added Widget.ListView style provided in android system and I changed style.xml file like below 2