epsonconnect_print_log.xml 592 B

1234567
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent">
  3. <include layout="@layout/navigationbar"/>
  4. <FrameLayout android:layout_width="match_parent" android:layout_height="match_parent">
  5. <WebView android:id="@+id/prtlog_webview" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_weight="1"/>
  6. </FrameLayout>
  7. </LinearLayout>