POZO_Retail/app/build/intermediates/merged-not-compiled-resources/release/layout/activity_print.xml

21 lines
641 B
XML
Raw Permalink Normal View History

2025-08-26 13:45:32 +05:30
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/printLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:padding="16dp">
<WebView
android:id="@+id/webView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
<Button
android:id="@+id/printButton"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Print"/>
</LinearLayout>