steroid-team/app

View on GitHub
app/src/main/res/drawable/first_button_drawing.xml

Summary

Maintainability
Test Coverage

<vector
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportHeight="24"
    android:viewportWidth="24">

    <!-- path data for a circle: -->
    <!--A  rx, ry  x-axis-rotation  large-arc-flag, sweep-flag  x,  y -->
    <!-- A10,10 0 1,1 22,12 -->

    <path
        android:fillColor="@color/first_drawing_button"
        android:pathData="M4,12
        A8,8 0 1,1 20,12
        A8,8 0 1,1 4,12 Z" />

</vector>