总结
小火炮
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
欢迎使用优快云-markdown编辑器
欢迎使用Markdown编辑器写博客本Markdown编辑器使用StackEdit修改而来,用它写博客,将会带来全新的体验哦:Markdown和扩展Markdown简洁的语法代码块高亮图片链接和图片上传LaTex数学公式UML序列图和流程图离线写博客导入导出Markdown文件丰富的快捷键快捷键加粗 Ctrl + B 斜体 Ctrl + I 引用 Ctrl原创 2016-01-11 18:37:49 · 403 阅读 · 0 评论 -
获取menu里面的布局到新的布局中
根据需求我们定义了三个menu,但是在代码中如何获取定义好的menu到自定义的布局中呢?<?xml version="1.0" encoding="utf-8"?><menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:icon="@drawable/home_disco原创 2016-04-07 12:01:28 · 580 阅读 · 0 评论 -
RadioGroup+Fragment
先看布局文件<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/white">原创 2016-04-07 14:08:29 · 595 阅读 · 0 评论 -
git命令大全
git init # 初始化本地git仓库(创建新仓库)git config --global user.name "xxx" # 配置用户名git config --global user.email "xxx@xxx.com"转载 2018-01-12 15:50:33 · 252 阅读 · 0 评论 -
Android原生集成RN的坑:Trying to add a root view with an explicit id already set.
异常提示:com.facebook.react.uimanager.IllegalViewOperationException: Trying to add a root view with an explicit id already set. React Native uses the id field to track react tags and will overwrite thi...原创 2018-07-23 16:18:21 · 2072 阅读 · 3 评论
分享