Missig files from the 'Working Version'.

This commit is contained in:
2013-05-14 09:20:24 +04:00
parent bb6e76009d
commit 821bf0c916
7 changed files with 611 additions and 101 deletions

View File

@@ -2,10 +2,18 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/splash"
>
android:layout_height="fill_parent">
<GridView
android:id="@+id/puzzle_grid"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:horizontalSpacing="2mm"
android:verticalSpacing="2mm"
android:columnWidth="10mm"
android:numColumns="auto_fit"
android:stretchMode="columnWidth"
android:gravity="center" />
<Button
android:id="@+id/btn_start"
@@ -14,5 +22,6 @@
android:onClick="onStartCurrentPuzzle"
android:text="Start" />
</LinearLayout>