Android 漂浮的Activity
				
									
					
					
						 | 
						
							
							admin 
							
							
								2013年2月25日 14:31
								本文热度 4543
							
							 
						 | 
					
					
				 
				
漂浮
非常简单只需要在 AndroidManifest.xml 设置
- android:theme="@android:style/Theme.Dialog"  
 
 android:theme="@android:style/Theme.Dialog"
 
半透明
- android:theme="@android:style/Theme.Translucent"  
 
 android:theme="@android:style/Theme.Translucent"
  
该文章在 2013/2/25 14:31:00 编辑过