First Tutorial added

This commit is contained in:
=
2017-03-17 16:03:39 +01:00
parent b4783cdb17
commit 27a41a44d7
166 changed files with 4673 additions and 7837 deletions

View File

@ -28,13 +28,13 @@
android:id="@+id/levels_topRow"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1" />
android:layout_weight="1"/>
<TableRow
android:id="@+id/levels_bottomRow"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1" />
android:layout_weight="1"/>
</TableLayout>
</HorizontalScrollView>