Levels Polished

Tutorial till level 5 done, but without images (TODO)
Error with ToolSlotSettings fixed
This commit is contained in:
=
2017-04-11 16:52:47 +02:00
parent 27a41a44d7
commit 66e381ad01
561 changed files with 7184 additions and 12452 deletions

View File

@ -3,13 +3,13 @@
android:shape="rectangle">
<corners android:radius="20dp" />
<padding
android:bottom="9dp"
android:left="9dp"
android:right="9dp"
android:top="9dp" />
android:bottom="13dp"
android:left="13dp"
android:right="13dp"
android:top="13dp" />
<stroke
android:width="5dp"
android:color="#000000" />
android:width="3dp"
android:color="#d8000000" />
<solid
android:color="#ffffff"/>
</shape>