use circular photos at the edit and view screens too

This commit is contained in:
tibbi
2019-03-07 15:45:54 +01:00
parent 11fac47ae7
commit 4345bb7a9e
4 changed files with 18 additions and 4 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@color/color_primary"/>
</shape>