mirror of
https://github.com/cmclark00/tetris-3d.git
synced 2025-05-22 09:25:20 +01:00
21 lines
673 B
XML
21 lines
673 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:width="144dp"
|
||
|
android:height="144dp"
|
||
|
android:viewportWidth="108"
|
||
|
android:viewportHeight="108"
|
||
|
android:tint="#00FFFF">
|
||
|
<group
|
||
|
android:scaleX="1.3333334"
|
||
|
android:scaleY="1.3333334">
|
||
|
<path
|
||
|
android:fillColor="#000020"
|
||
|
android:pathData="M0,0h108v108h-108z"/>
|
||
|
<path
|
||
|
android:fillColor="#00FFFF"
|
||
|
android:pathData="M24,24h60v60h-60z"/>
|
||
|
<path
|
||
|
android:fillColor="#FF00FF"
|
||
|
android:pathData="M54,24h30v30h-30z"/>
|
||
|
</group>
|
||
|
</vector>
|