1
0
Fork 0
mirror of https://github.com/ethauvin/Clever.git synced 2025-04-24 16:37:11 -07:00
Clever/res/layout/activity_main.xml
2012-09-08 22:22:51 -07:00

10 lines
No EOL
317 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
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>