First implementation of Shape shop

This commit is contained in:
=
2017-10-22 18:48:00 +02:00
parent 33275f9046
commit 757c13c31c
52 changed files with 2237 additions and 1788 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<playerShape xmlns:android="http://schemas.android.com/apk/res/android"
android:playerShape="rectangle">
<corners android:radius="30dp" />
<gradient
android:centerX="50%"
@ -17,4 +17,4 @@
<stroke
android:width="2dp"
android:color="#7826adbc" />
</shape>
</playerShape>