日常小病
静态桌面便当图标
- 问题描绘:创立好静态桌面图标后,点击图标翻开对应Activity。回来直接回来到桌面。
- 解决方案:多添加一个int源码网站ent标签,先翻开主页面,然后在跳转app是什么意思对应便当图标的Activity。如下:
<shortcut
android:enabled="true"
androapp是什么意思id:iandroid软件开发con="@drawable/ic_collections_blacAPPkapple_24dp"
android:shortcutDisabledMessage="@sandroid是什么手机牌子tring乳糖操纵子/layout_co源码编辑器编程猫llect"
a源码网站ndroid:sappstorehortcutId="collection_id"
android:shortcappleutLongLartc是什么意思bel="@string/layoutRTC_collect"
andRTCroid:shortcutShortLabel="@stringandroid软件开发/layout_coll源码交易网站源码ect">
//多加一个Intentandroidstudio安装教程标签就会先翻开MainActivity,然后翻开方针Activity
<intent
android:action="androidandroid体系.intent.aandroidstudio安装教程ction.VIEW"
android:targetClass="你的MainActivity(无缺途径)"
android:targetPackage="你的包名" />
<intent
android:源码年代action="andrappetiteoid.intent.action.VIEW"
android:targetClass="点击便当方式需求翻开的Activtiy(无缺途径)"
android:人头攒动的近义词targetPaapp是什么意思ckage="你的包名" />
</shortcut>
Paint设置透明度不起作用
- 问题原因:查看源码发现在设置色彩的时候对mColor这个参数进行直接赋值,而设置透明度是读取了rtc是什么意思mColor这个参数的RGB后才赋值
- 解决方案:先设置色彩然后设置透明度,就像这样:
//设置颜android软件开发色
mTextPaint!!.color = Color.WHITE
//设置透明度(0~255)
mTextPaint!!.alpha = 1APP00
Material Tablayout在平板上无法铺满
- 问题描绘:把Tablayout的宽度设置为match_parent,tabMode特色设置appearance为fixed的情况下。在手机中正常铺满闪现,而在平approach板中却无法铺满,只是居中闪现。
- 解决方法:添加如下标签(基于material:1.2.1)
android:layout_width="match_parent"
app:tabMode="fixed"
app:tabGravity="fill"
版别带来的新鲜感
Android7.0分屏生命周期搞心态
分屏会走生命周期,特定的运用需求。延源码是什么意思迟适配能够在清单文件如下application配备:
android:resizeableActivity="false"
Android10.0便当适配
想适配可是没时间…那就偷闲吧!清单文件如下配备:
android:requestLegacyExternalStorage="true"
日常保养
- Gandroid软件开发sonFormat jar包下载
- 图标紧缩appreciate
- 各种封面图