bugfix, layout improvements
This commit is contained in:
parent
2f66de9797
commit
f696b6e8d3
6 changed files with 102 additions and 96 deletions
|
@ -19,6 +19,8 @@ import android.support.annotation.Nullable;
|
|||
import android.support.design.widget.FloatingActionButton;
|
||||
|
||||
public interface ActionButtonActivity {
|
||||
|
||||
/* return the ActionButton of the Activity to hide or show it on scroll */
|
||||
@Nullable
|
||||
FloatingActionButton getActionButton();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue