blob: 794c96eb190c0be89ccd55f1da117a8a15db0c7d (
plain)
1
2
3
4
5
6
|
<?xml version="1.0" encoding="utf-8"?>
<space.jakob.mines.GameView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:id="@+id/view"
android:layout_width="fill_parent"
android:layout_height="fill_parent"/>
|