@eventflo/capacitor-android
Version:
Capacitor: Cross-platform apps with JavaScript and the web
14 lines (13 loc) • 488 B
text/xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/textView"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:text="@string/no_webview_text"
android:gravity="center"
android:textSize="48sp" />
</LinearLayout>