blob: 17a0cfa6f57c5eb60cab1358996a587a35866bf9 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
<?xml version="1.0" encoding="utf-8"?>
<!-- Rounded surface panel used to group related controls. -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/surface"/>
<stroke android:width="1dp" android:color="@color/stroke"/>
<corners android:radius="@dimen/card_radius"/>
</shape>
|