steroid-team/app

View on GitHub
app/src/main/res/drawable/second_button_drawing_onfocus.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/second_drawing_button"
        android:pathData="M2,12
        A10,10 0 1,1 22,12
        A10,10 0 1,1 2,12 Z" />

    <path
        android:fillColor="@color/white"
        android:pathData="M3,12
        A9,9 0 1,1 21,12
        A9,9 0 1,1 3,12 Z" />

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

</vector>