Implement profile picture editing

This commit is contained in:
Niels Andriesse
2020-01-07 14:51:11 +11:00
parent fd14d66d4f
commit 15b4c6aacc
8 changed files with 398 additions and 261 deletions

View File

@@ -24,7 +24,7 @@
android:id="@+id/profileButton"
android:layout_width="@dimen/small_profile_picture_size"
android:layout_height="@dimen/small_profile_picture_size"
android:layout_marginLeft="8dp"
android:layout_marginLeft="10dp"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true" />