Hi. Can you support method to set alpha of parent view or dim root view? Thanks
@Override
public void onPullStart() {
// fade out Action Bar ...
// show Status Bar ...
}
@Override
public void onPull(float progress) {
// set the opacity of the window's background
}
Hi. Can you support method to set alpha of parent view or dim root view? Thanks