oxoooo / pull-back-layout

Pull down to finish an Activity.
www.oxo.ooo
MIT License
541 stars 65 forks source link

update sample project #5

Closed fukemy closed 5 years ago

fukemy commented 5 years ago

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
    }