Current shape is now saved

This commit is contained in:
=
2017-10-27 17:43:04 +02:00
parent 757c13c31c
commit 0bc6a09d17
251 changed files with 5076 additions and 11634 deletions

View File

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