abouttreesummaryrefslogcommitdiff
path: root/res/drawable/preview_popup.xml
blob: ce9a7fac9aef33d0176f67eac5e5ad19955fa120 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
	android:shape="rectangle"
>
	<corner android:radius="@dimen/preview_corners" />
	<solid android:color="@color/preview_bg" />
	<stroke
		android:width="@dimen/preview_stroke"
		android:color="@color/preview_stroke"
	/>
</shape>