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

@ -2,7 +2,7 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/xml_levelbutton_background"
android:background="@drawable/xml_background_levelbutton"
android:layout_margin="10dp">
<TextView
@ -12,7 +12,7 @@
android:text="Button"
android:textColor="#000000"
android:textSize="30sp"
android:layout_centerHorizontal="true" />
android:layout_centerHorizontal="true"/>
<LinearLayout
android:orientation="horizontal"
@ -26,28 +26,28 @@
android:layout_height="wrap_content"
android:src="@drawable/currency_star_empty"
android:id="@+id/levelbutton_star1"
android:layout_weight="1" />
android:layout_weight="1"/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/currency_star_empty"
android:id="@+id/levelbutton_star2"
android:layout_weight="1" />
android:layout_weight="1"/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/currency_star_empty"
android:id="@+id/levelbutton_star3"
android:layout_weight="1" />
android:layout_weight="1"/>
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/currency_energy_empty"
android:id="@+id/levelbutton_energy"
android:layout_weight="1" />
android:layout_weight="1"/>
</LinearLayout>
@ -58,6 +58,6 @@
android:src="@drawable/lock_locked"
android:layout_centerInParent="true"
android:visibility="invisible"
android:layout_weight="1" />
android:layout_weight="1"/>
</RelativeLayout>