获取NavigationView的Header中View的方法
在使用 ButterKnife 8.4.0 和 Support Library 24.2.1 的时候,使用 ButterKnife 绑定 NavigationView 的 Header 里面的 View 时抛出 IllegalStateException 异常,指示“Required view ‘header_text’ with ID 2131492989 for f…
Read more
learn, build, evaluate
在使用 ButterKnife 8.4.0 和 Support Library 24.2.1 的时候,使用 ButterKnife 绑定 NavigationView 的 Header 里面的 View 时抛出 IllegalStateException 异常,指示“Required view ‘header_text’ with ID 2131492989 for f…
Read more
最近在使用Parcelable时遇到了Class not found when unmarshalling的问题,场景为在指定了单独process的Service中使用AlarmManager添加闹钟: Intent intent = new Intent(context, AlertBroadcastReceiver.class); AlarmModel nextAlarm = getNex…
Read more
位于列表上的FloatingActionButton有时会挡住列表的内容,可以通过为FloatingActionButton添加自定义layout_behavior的方式,在向下滚动列表时隐藏FloatingActionButton,向上滚动列表时显示FloatingActionButton,如图1所示。 0. 布局 这里使用的布局如下,在CoordinatorLayout中放置了Recy…
Read more