Project

General

Profile

« Previous | Next » 

Revision c02fa107

Added by Leszek Koltunski over 1 year ago

Continue unifying all the dialogs under one RubikDialogAbstract.

View differences:

src/main/java/org/distorted/dialogs/RubikDialogAbout.java
42 42
    return R.string.about;
43 43
    }
44 44

  
45
///////////////////////////////////////////////////////////////////////////////////////////////////
46

  
47
  public boolean hasArgument()
48
    {
49
    return false;
50
    }
51

  
45 52
///////////////////////////////////////////////////////////////////////////////////////////////////
46 53

  
47 54
  public void setPositive(AlertDialog.Builder builder)
......
73 80

  
74 81
///////////////////////////////////////////////////////////////////////////////////////////////////
75 82

  
76
  public void prepareBody(View view, FragmentActivity act, float size)
83
  public void prepareBody(Dialog dialog, View view, FragmentActivity act, float size)
77 84
    {
78 85
    TextView text = view.findViewById(R.id.about_version);
79 86
    String appName = getString(R.string.app_name);

Also available in: Unified diff