faberNovel / stateful-layout

Android StatefulLayout
Apache License 2.0
10 stars 4 forks source link

Support Android Studio Preview #56

Closed vincentbrison closed 4 years ago

vincentbrison commented 4 years ago

Is Android Studio layout preview supported? For now if I am using the lib in a screen, AS will present a blank screen. I tried using tools:initialState="@id/stateContent" but it did not do much :( .

sjcqs commented 4 years ago

Seems like it's broken.

I don't know how the preview is rendered thought.

Do you have any input before I take a look ?

vincentbrison commented 4 years ago

Saw that on private project. But you should be able to see the issue from any xml layout containing a stateful layout as a root layout I guess.