Made levels easier (probably not enough)

Changed tutorials to standard (evtl. text + evtl. image) + added images
This commit is contained in:
=
2017-07-27 11:50:03 +02:00
parent b8322c9f05
commit c71d1a767e
27 changed files with 2388 additions and 5965 deletions

View File

@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="20dp" />
<corners android:radius="13dp" />
<padding
android:bottom="13dp"
android:left="13dp"
android:right="13dp"
android:top="13dp" />
android:bottom="10dp"
android:left="10dp"
android:right="10dp"
android:top="10dp" />
<stroke
android:width="3dp"
android:width="2dp"
android:color="#d8000000" />
<solid
android:color="#ffffff"/>