码迷,mamicode.com
首页 > 移动开发 > 详细

android res

时间:2019-02-02 19:14:52      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:main   out   http   span   android   menu   sys   info   and   

技术图片

int m = R.mipmap.ic_launcher;
System.out.println(m);
int d = R.drawable.ic_launcher_background;
System.out.println(d);
int l = R.layout.activity_main;
System.out.println(l);
int menu = R.menu.menu_main;
System.out.println(menu);

android res

标签:main   out   http   span   android   menu   sys   info   and   

原文地址:https://www.cnblogs.com/l-h-h/p/10348851.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!