
2018
GuldanHu
The harder you study, the faster you make progress
展开
-
点击软键盘外的位置,键盘消失
现在的手机键盘上的隐藏按钮已经做的很明显了,测试这边还是把这个算bug提出来了,那就加上去咯!! @Override public boolean onTouchEvent(MotionEvent ev) { if (ev.getAction() == MotionEvent.ACTION_DOWN) { View v = getCurren...原创 2018-08-13 17:17:18 · 1012 阅读 · 0 评论 -
BottomNavigationBar+viewPager实现可滑动的底部导航栏
1.首先要在grade里依赖下 com.ashokvarma.android:bottom-navigation-bar:2.0.4 2.在布局文件里使用 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.andro...原创 2018-08-16 11:44:22 · 2082 阅读 · 0 评论