gaoyl87

Results 5 comments of gaoyl87

@Zardozz Thank you for your reply. I changed TableView's height size in code and make mTableView.getCellRecyclerView().setNestedScrollingEnabled(true). ``View root = view.findViewById(R.id.fl_root); root.getViewTreeObserver().addOnGlobalLayoutListener(new ViewTreeObserver.OnGlobalLayoutListener() { @Override public void onGlobalLayout() { root.getViewTreeObserver().removeOnGlobalLayoutListener(this); mTableView.getLayoutParams().height...

@Zardozz If it is convenient for you,I hope you can provide an extense sampleapp with NestedScrollView / CoordinatorLayout.Thank you for your help.

I tried to write CustomBehavior to scroll TableView in CoordinatorLayout,but it is useless.Can you give me some idea?

@ssseasonnn 请问如果继承你的SimpleNotificationCreator ,要怎么同时相应通知栏点击事件? buildNotification方法里创建PendingIntent,再用pendingIntent.getReceiver方法去发广播貌似不行

第二条后半段,楼主的意思应该是 public class Test { private String s; public void setS(); public String getS(); } 写成 public class Test { public String s; }