shape_header_circle_05frame.xml 412 Bytes
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:shape="oval"
    android:useLevel="false"
    tools:ignore="ResourceName">

    <solid android:color="@color/transparent" />

    <stroke
        android:width="@dimen/rmrb_dp0_5"
        android:color="@color/res_color_common_C10" />

</shape>