UNPKG

@sfenton/react-native-readium-with-cfi

Version:

A react-native wrapper for https://readium.org/ with CFI support

28 lines (23 loc) 1.15 kB
<?xml version="1.0" encoding="utf-8"?> <!-- FIXME: this was imported from `kotlin-toolkit/readium/navigator/src/main/res/layout@v2.2.1`. Not sure why it's not being imported from readium-navigator, but if its not here the android build throws an error due to UserSettings.kt#updateViewCSS ~ Module: r2-navigator-kotlin ~ Developers: Aferdita Muriqi, Clément Baumann ~ ~ Copyright (c) 2018. Readium Foundation. All rights reserved. ~ Use of this source code is governed by a BSD-style license which is detailed in the ~ LICENSE file present in the project repository where this source code is maintained. --> <androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <org.readium.r2.navigator.R2WebView android:id="@+id/webView" android:layout_width="match_parent" android:layout_height="match_parent"/> </androidx.coordinatorlayout.widget.CoordinatorLayout>