From d7172df082c35ac4a3bfff27435da63c1264e5ab Mon Sep 17 00:00:00 2001 From: Chaiwat Ekkaewnumchai Date: Thu, 7 May 2020 03:37:49 -0700 Subject: [PATCH] (client) Add Another Activity to Sample App to Test The Functionality Summary: - add another activity where there are two component overlapping each other Reviewed By: mweststrate Differential Revision: D21040425 fbshipit-source-id: 5514b59140bbf6b726e6777191e1808be5ac5b6f --- android/sample/AndroidManifest.xml | 8 ++++ .../flipper/sample/LayoutTestActivity.java | 41 +++++++++++++++++++ .../flipper/sample/RootComponentSpec.java | 15 ++++++- 3 files changed, 63 insertions(+), 1 deletion(-) create mode 100644 android/sample/src/main/java/com/facebook/flipper/sample/LayoutTestActivity.java diff --git a/android/sample/AndroidManifest.xml b/android/sample/AndroidManifest.xml index 5ec501362..27a8dc66a 100644 --- a/android/sample/AndroidManifest.xml +++ b/android/sample/AndroidManifest.xml @@ -39,6 +39,14 @@ + + + + + + + +