Sign in
apache
/
fineract-cn-mobile
/
1951d5500d16dbbc3d8ada3c44f184c0e7bcc144
/
.
/
app
/
src
/
main
/
res
/
drawable
/
rectangular_background.xml
blob: 305c8eded4e6c982dd9cf1678d78a05ccd51957b [
file
] [
log
] [
blame
]
<?
xml version
=
"1.0"
encoding
=
"utf-8"
?>
<shape
xmlns:android
=
"http://schemas.android.com/apk/res/android"
android:shape
=
"rectangle"
>
<solid
android:color
=
"@color/colorPrimaryDark"
/>
<corners
android:radius
=
"32dp"
/>
</shape>