hnyy_radius_white_12dp.xml 276 B

12345678910
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shape xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <solid android:color="@color/hnyy_white" />
  4. <stroke android:width="1dp" android:color="@color/hnyy_deepgrey"/>
  5. <corners android:radius="12dp" />
  6. </shape>