Sign in
apache
/
fineract-cn-mobile
/
1951d5500d16dbbc3d8ada3c44f184c0e7bcc144
/
.
/
app
/
src
/
main
/
res
/
drawable
/
round_corner.xml
blob: 4306f1709cccef7a5d90519ef00be2eb6a365898 [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"utf-8"
?>
<shape
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<solid
android:color
=
"@color/colorPrimary"
/>
<corners
android:topRightRadius
=
"72dp"
android:bottomRightRadius
=
"72dp"
/>
</shape>