Skip to content

Commit c1430a6

Browse files
Uplift of #4880 (squashed) to beta
1 parent cafd3ab commit c1430a6

File tree

2 files changed

+529
-0
lines changed

2 files changed

+529
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<shape xmlns:android="http://schemas.android.com/apk/res/android">
3+
<solid android:color="#9e9faa" />
4+
<!--border color and border width-->
5+
<stroke
6+
android:width="0dp"
7+
android:color="@android:color/transparent" />
8+
<!--border radius in dp-->
9+
<corners android:topLeftRadius="10dp" android:topRightRadius="10dp"/>
10+
</shape>

0 commit comments

Comments
 (0)