Project

General

Profile

« Previous | Next » 

Revision 7bee6064

Added by Leszek Koltunski over 2 years ago

Downloading updates: dialog progress.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogUpdateView.java
22 22
import android.app.Activity;
23 23
import android.view.View;
24 24
import android.widget.Button;
25
import android.widget.ImageView;
25 26
import android.widget.TextView;
26 27

  
27 28
import org.distorted.main.R;
......
68 69
    TextView description = mView.findViewById(R.id.updates_pane_description);
69 70
    description.setText(info.mDescription);
70 71

  
72
    ImageView image = mView.findViewById(R.id.updates_pane_image);
73
    image.setBackgroundResource(R.drawable.unknown_icon);
74

  
71 75
    return mView;
72 76
    }
73 77
  }

Also available in: Unified diff