Add theme information for Application, Activity and View descriptors
Summary: This will query for and display all of the associated theme information for each of the descriptors. Reviewed By: passy Differential Revision: D20008056 fbshipit-source-id: 720d224144b0822528ca8e23cdbec9fe9dd25e6b
This commit is contained in:
committed by
Facebook Github Bot
parent
16a24d82c8
commit
33bbeadfe9
@@ -98,7 +98,7 @@ public class InspectorFlipperPluginTest {
|
||||
new FlipperObject.Builder()
|
||||
.put("id", "com.facebook.flipper")
|
||||
.put("name", "com.facebook.flipper")
|
||||
.put("data", new FlipperObject.Builder())
|
||||
.put("data", new FlipperObject.Builder().put("Theme", new FlipperObject.Builder()))
|
||||
.put("children", new FlipperArray.Builder().put("test"))
|
||||
.put("attributes", new FlipperArray.Builder())
|
||||
.put("decoration", (String) null)
|
||||
|
||||
Reference in New Issue
Block a user