Added a new default profile picture. Tested and working, changed filename of avatar

This commit is contained in:
Niels Zwemmer
2017-06-21 14:09:59 +02:00
parent fe1960fdce
commit d326785082
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 98 KiB

View File

@@ -51,7 +51,7 @@
android:contentDescription="@string/profile_picture_description" android:contentDescription="@string/profile_picture_description"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="300dp" android:layout_height="300dp"
app:srcCompat="@drawable/ic_account_box_black_24dp" /> app:srcCompat="@drawable/avatar_standard" />
<Space <Space
android:layout_width="match_parent" android:layout_width="match_parent"