hint属性:提示输入信息 text属性:与hint的区别---hint仅仅是提示,text是实际的内容
width/height属性:wrap_content:包裹实际文本内容
fill_parent:当前控件铺满父类容器(2.3之前)
match_parent:当前控件铺满父类容器(2.3api之后)
将布局xml文件引入到activity当中
将布局xml文件引入到Java文件中,用的方法setContentView(R.layout.【xml文件名】)
                width/height属性:wrap_content:包裹实际文本内容
fill_parent:当前控件铺满父类容器(2.3之前)
match_parent:当前控件铺满父类容器(2.3api之后)
将布局xml文件引入到activity当中
将布局xml文件引入到Java文件中,用的方法setContentView(R.layout.【xml文件名】)
                    
                    2018-05-21
                
            
                                最新回答 / 紫色的迷雾
                                
                                                            http://tools.android-studio.org/ 打开网页向下翻<...图片...>http://tools.android-studio.org/index.php/adt-bundle-plugin adt网址
                            
                        
                        2018-05-19
                
            
                                最新回答 / 慕粉2147585081
                                
                                                            老师是把eclipse里面的xml设置了自动代码补全打 开 
Eclipse 依次选择 Window > Preferences > Xml > Editor > Content 
Assist > Auto activation > Prompt when these characters are 
inserted ,设置框中默认是 <=: ,现在将它改为:<=:.abcdefghijklmnopqrstuvwxyz(,
                            
                        
                        2018-05-14
                
             
             
        











