最赞回答 / liuyanji
谷歌官方:drawable/For bitmap files (PNG, JPEG, or GIF), 9-Patch image files, and XML files that describe Drawable shapes or Drawable objects that contain multiple states (normal, pressed, or focused). See the Drawable resource type.mipmap/For app launcher ico...
2015-03-22
已采纳回答 / Mopel
这是因为你的最低兼容语言选择的比较低,自动出现的.你可以参考这个百度经验的解答http://jingyan.baidu.com/article/3ea51489e04eb852e61bbaa4.html
2015-03-18
已采纳回答 / 树数
首先确定你要改成线性布局,如果还不行,选低点版本的api。我也是遇到这个问题,改成线性布局还是不行,我用的是api 20不支持EditText,下载了api 19放到sdk文件夹下的platforms包下,重新启动eclipse,选择api 19就好了。如下图:<...图片...><...图片...>
2015-03-16
已采纳回答 / 笑亦伤悲
例子:有好几个textview中的text都是姓名,要求把姓名改成用户姓名,你要一个一个找出来改。配置到String中只要在String改了文字都会更改。
2015-03-16
已采纳回答 / 11111
<...code...><...code...>可以用Log这个类的某些方法(如Log.i) 往LogCat中打印数据,一般调试用。Log.i 的 i 就是 info 的意思,可以理解成 message 的 level
2015-02-20