Android
bigrixin
Master of IT
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android studio 下 抬头菜单图标不显示解决方案
第一步:将styles.xml 中 name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> 改为: name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar"> 第二步:改下面内容: impor翻译 2016-07-26 09:13:08 · 3047 阅读 · 0 评论 -
修改显示 Preference summary 里的值, 显示Manifest 里的程序版本
PreferenceCategory android:title="@string/version" > Preference android:key="appVersion" android:summary="1.3.08" /> PreferenceCategory> //获取版本号或版本名 public String get原创 2016-07-26 09:28:52 · 1833 阅读 · 0 评论 -
Android 开发常用icon下载
https://github.com/google/material-design-icons原创 2016-07-26 11:46:42 · 523 阅读 · 0 评论 -
Android Studio 有用快捷键
RE: http://stackoverflow.com/questions/27657025/android-studio-shortcuts-like-eclipse Add unimplemented methods: CTRL + I Override methods: CTRL + O Format code: CTRL + ALT + L Sho转载 2016-07-26 11:43:50 · 340 阅读 · 0 评论 -
Android 项目移植到Android Studio 时出现问题处理
错误: Appcompat build fail values-v23/styles_bases.xml 处理方法: press Shift button two times, a search box will appear type build.gradlechoose build.gradle module:app from the suggestio转载 2016-07-28 12:20:00 · 315 阅读 · 0 评论
分享