Added Android code
[wl-app.git] / Android / app / src / main / res / drawable / round_background_overlay.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <shape xmlns:android="http://schemas.android.com/apk/res/android"
3        android:shape="oval">
4
5     <solid android:color="@color/orange_overlay"/>
6 </shape>