| Index: mobile/android/base/home/PanelAuthLayout.java |
| =================================================================== |
| --- a/mobile/android/base/home/PanelAuthLayout.java |
| +++ b/mobile/android/base/home/PanelAuthLayout.java |
| @@ -49,16 +49,16 @@ class PanelAuthLayout extends LinearLayo |
| } |
| }); |
| final ImageView imageView = (ImageView) findViewById(R.id.image); |
| final String imageUrl = authConfig.getImageUrl(); |
| if (TextUtils.isEmpty(imageUrl)) { |
| // Use a default image if an image URL isn't specified. |
| - imageView.setImageResource(R.drawable.icon_home_empty_firefox); |
| + imageView.setImageResource(R.drawable.abb_icon_home_empty); |
| } else { |
| ImageLoader.with(getContext()) |
| .load(imageUrl) |
| .into(imageView); |
| } |
| } |
| } |