jimu-decompiled/resources/res/layout/jpush_popwin_layout.xml
2025-05-13 19:24:51 +02:00

13 lines
437 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:id="@+id/popLayoutId"
android:layout_width="280dp"
android:layout_height="250dp"
style="@style/MyDialogStyle">
<WebView
android:id="@+id/wvPopwin"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>