bugfix, layout improvements

This commit is contained in:
Conny Duck 2017-08-05 11:34:50 +02:00
commit f696b6e8d3
6 changed files with 102 additions and 96 deletions

View file

@ -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();
}