Javal Nanda
Javal Nanda
Please find the solution for two page mode in following post : http://stackoverflow.com/questions/11823649/rendering-epub-in-two-page-mode
@imadeit You mean to say 2nd level of row item? Currently, it is not supported. I will see if I can include it in future versions.
@sanskar10100 If you are trying to use `testTag`, verify that `testTagsAsResourceId` semantics is enabled. https://developer.android.com/jetpack/compose/testing#uiautomator-interop I faced the same issue and turned out that I missed enabling this semantic property...
Sharing the current workaround I used to place a fake view on top of the tab bar item if it helps someone. The width of the view is determined by...