• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<ripple xmlns:android="http://schemas.android.com/apk/res/android"
3    android:color="?android:attr/colorControlHighlight">
4    <item android:id="@android:id/mask">
5        <shape android:shape="rectangle">
6            <solid android:color="@android:color/white" />
7            <corners
8                android:bottomLeftRadius="@dimen/sud_glif_expressive_item_corner_radius"
9                android:bottomRightRadius="@dimen/sud_glif_expressive_item_corner_radius"
10                android:topLeftRadius="@dimen/sud_glif_expressive_item_corner_radius"
11                android:topRightRadius="@dimen/sud_glif_expressive_item_corner_radius" />
12        </shape>
13    </item>
14
15    <item>
16        <shape android:shape="rectangle">
17            <solid android:color="?attr/sudItemBackgroundColor"/>
18            <corners
19                android:bottomLeftRadius="@dimen/sud_glif_expressive_item_corner_radius"
20                android:bottomRightRadius="@dimen/sud_glif_expressive_item_corner_radius"
21                android:topLeftRadius="@dimen/sud_glif_expressive_item_corner_radius"
22                android:topRightRadius="@dimen/sud_glif_expressive_item_corner_radius" />
23        </shape>
24    </item>
25</ripple>