android
陈想想
我的前路是星辰大海
展开
-
BottomNavigationBar跳坑小记
陈想DevelopBottomNavigationBar下载地址:https://github.com/Ashok-Varma/BottomNavigation 在app的build.gradle中添加依赖compile 'com.ashokvarma.android:bottom-navigation-bar:1.2.0' 导入Library会遇到的问题问题 1: Error:(16, 0) Co原创 2016-12-28 09:20:32 · 1119 阅读 · 0 评论 -
不允许EditText自动获取焦点
在EditText父控件中添加这两个属性就可以做到 android:focusable="true" android:focusableInTouchMode="true"原创 2016-12-30 13:53:38 · 235 阅读 · 0 评论 -
ApkTool的使用
##ApkTool的使用 ###1.在cmd中使用 ###2.cd 到 apktool文件中 ###3.apktool d [-s] -f -o (apkPath : apk全名 , folderPath:反编译后的文件夹名)原创 2017-05-03 17:11:12 · 534 阅读 · 0 评论