public class KeyBoardUtil {/*** 根据EditText所在坐标和用户点击的坐标相对比,来判断是否隐藏键盘,因为当用户点击EditText时没必要...
public class KeyBoardUtil {/*** 根据EditText所在坐标和用户点击的坐标相对比,来判断是否隐藏键盘,因为当用户点击EditText时没必要...
1、在你activity中的onCreate()中setContentView之前加这行代码getWindow().setSoftInputMode(WindowManage...
布局时,对EditText的父容器设置了两行代码android:focusable="true"android:focusableInTouchMode="true"再次进入...
1、要正式签名的apk,使用debug包貌似无法调动微信2、清单文件中要注册微信回调 3、回调的类名,一定要是官网的WXEntryActivity.java。这里很迷,我之前...
这个bug产生的原因就是和Android studio3.0有关,因为在Android studio2.3的时候还没有这种情况。解决方法:把project的build.gra...
在appprojects里配置 allprojects {addRepos(repositories)repositories{maven {url 'http://deve...
在Android studio中引用第三方库的时候,报这个错。 Error:(2, 0) Plugin with id 'com.github.dcendents.andro...
一个项目里的商品详情页,是加载的富文本,用WebView显示的,商品的详情图之间,出现了留白,需求要求去掉空白,每个图片之间要“完美衔接”(无奈笑)这里提供一个富文本适配方案...
不知道是为嘛,格式总是不对,,,,先上传一下等研究研究怎么调整格式再修改吧。。。使用的时候在相应的类里调用StatusBarUtil.init()就可以public clas...
不管用
AndroidStudio read timeout在项目的build.gradle中 repositories和allprojects添加...mavenCentral()maven { url 'https://maven...
设置android:adjustViewBounds="true"并且android:scaleType="fitCenter" 正常布局方式 android:layout...
作为笔记记录一下 https://blog.csdn.net/qq_28641401/article/details/80762429
作为笔记记录一下 http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2017/1213/8910.html http...
TabLayout布局 设置tabIndicatorColor为透明,tabBackground设置为selector effect_tabline_40布局 line_gr...