Initial check in.
This commit is contained in:
BIN
res/drawable/splash.png
Normal file
BIN
res/drawable/splash.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
18
res/layout/menu.xml
Normal file
18
res/layout/menu.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<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"
|
||||
>
|
||||
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_start"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:onClick="onStartCurrentPuzzle"
|
||||
android:text="Start" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
BIN
res/raw/puzzles.bin
Normal file
BIN
res/raw/puzzles.bin
Normal file
Binary file not shown.
6
res/values/strings.xml
Normal file
6
res/values/strings.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">Free Sokoban</string>
|
||||
<string name="menu">Menu</string>
|
||||
<string name="play_activity">play_activity</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user