Weather/res/layout/activity_credit_web.xml
2021-05-10 10:13:34 +02:00

6 lines
581 B
XML

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<com.moji.titlebar.MJTitleBar android:id="@id/credit_mj_title_bar" android:layout_width="fill_parent" android:layout_height="wrap_content" />
<com.moji.webview.bridge.BridgeWebView android:id="@id/credit_web_webview" android:scrollbars="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_below="@id/credit_mj_title_bar" />
</RelativeLayout>