|
@@ -11,6 +11,7 @@ import java.util.Stack;
|
11
|
11
|
|
12
|
12
|
import static android.view.ViewGroup.LayoutParams.MATCH_PARENT;
|
13
|
13
|
|
|
14
|
+// TODO there's really no reason for ScreenStack to extend FrameLayout. All screens can be added to parent.
|
14
|
15
|
public class ScreenStack extends FrameLayout {
|
15
|
16
|
private Stack<Screen> stack = new Stack<>();
|
16
|
17
|
|