mirror of
https://github.com/ethauvin/Clever.git
synced 2025-04-26 01:07:14 -07:00
14 lines
No EOL
374 B
XML
14 lines
No EOL
374 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:id="@+id/linearLayout1"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
>
|
|
|
|
<WebView
|
|
android:id="@+id/webView1"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="fill_parent"
|
|
/>
|
|
|
|
</LinearLayout> |