コード例 #1
0
 public void SetDefaultProfileImage(int imageResId)
 {
     if (profile != null)
     {
         profile.SetBackgroundResource(imageResId);
     }
 }
コード例 #2
0
 public void SetDefaultBgImage(int imageResId)
 {
     if (background != null)
     {
         background.SetBackgroundResource(imageResId);
     }
 }