Add gestion of avatar and header

This commit is contained in:
daycode 2017-05-01 15:23:34 +02:00
commit c7e4d17aaf
3 changed files with 66 additions and 52 deletions

View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="#66000000" />
<size
android:width="80dp"
android:height="80dp"/>
</shape>