Project

General

Profile

« Previous | Next » 

Revision 8c4e4bf4

Added by Leszek Koltunski 24 days ago

progress with colors in styles

View differences:

src/main/java/org/distorted/dialogs/RubikDialogTutorial.java
108 108

  
109 109
      LinearLayout layout = view.findViewById(R.id.tutLayout);
110 110

  
111
      int colorB = getResources().getColor(R.color.lightGrey);
112
      int colorT = getResources().getColor(R.color.white);
111
      TutorialActivity mact = (TutorialActivity)act;
112
      int backgroundC = mact.getVeryDarkColor();
113

  
114
      int colorB = res.getColor(backgroundC);
115
      int colorT = res.getColor(R.color.white);
113 116

  
114 117
      int numTuts = tutorials.length;
115 118

  

Also available in: Unified diff