~humpolec-team/humpolec/UbuntuInstaller-refactor

« back to all changes in this revision

Viewing changes to src/com/canonical/ubuntu/widget/UbuntuCheckBox.java

  • Committer: Ondrej Kubik
  • Date: 2013-12-12 02:02:35 UTC
  • Revision ID: ondrej.kubik@canonical.com-20131212020235-ipkk7w5yh248anxr
New UI with two views
added progress bars for download and install
added uninstall
several usecases improvement

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
import android.util.AttributeSet;
24
24
import android.widget.CheckBox;
25
25
 
26
 
import com.canonical.ubuntuinstaller.R;
 
26
import com.canonical.ubuntu.installer.R;
27
27
 
28
28
public class UbuntuCheckBox extends CheckBox {
29
29