2014-09-30 21:37:07 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
2014-11-17 16:25:17 +01:00
|
|
|
android:layout_height="match_parent">
|
2014-09-30 21:37:07 +02:00
|
|
|
|
|
|
|
<WebView
|
|
|
|
android:id="@+id/printDialogWebview"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
|
|
|
|
|
|
|
</RelativeLayout>
|