<?xml version="1.0" encoding="utf-8"?>
<shape android:layout_width="wrap_content" android:layout_height="wrap_content" android:shape="rectangle"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <corners android:radius="@dimen/cloud_chip_corner_radius" />
    <gradient android:startColor="@color/gradient_bg_3_start_light" android:endColor="@color/gradient_bg_3_end_light" android:angle="135.0" android:type="linear" />
</shape>
