Wednesday, March 14, 2012

how to open popup activity with no title bar .


create themes.xml in values folder


   


call this style in manifest


            android:name="ActivityName"
            android:theme="@style/mySuperTheme" >
           
               

               
           
       







No comments:

Post a Comment