OsmAnd/OsmAnd/res/layout/print_dialog.xml

11 lines
365 B
XML
Raw Normal View History

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"
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>