From a47bd5564e96cba307041e355ac28b60b4531e60 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Thu, 27 May 2021 11:03:42 +0200 Subject: [PATCH] add placeholder image to avatar for profile view Signed-off-by: Andy Scherzinger --- app/src/main/res/layout/controller_profile.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/controller_profile.xml b/app/src/main/res/layout/controller_profile.xml index 093bed086..9b6e7de19 100644 --- a/app/src/main/res/layout/controller_profile.xml +++ b/app/src/main/res/layout/controller_profile.xml @@ -1,4 +1,5 @@ - + fresco:failureImage="@drawable/account_circle_96dp" + fresco:placeholderImage="@drawable/account_circle_96dp" />