Skip to content

Commit

Permalink
07.07.2020
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgi-abashidze committed Jul 6, 2020
1 parent 20c6923 commit bfb5415
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,7 @@ public void notLoading(){
this.setClickable(true);
refreshDrawableState();
}



//if color is white or not
public boolean isWhite(int color){
double rgb = (Color.red(color) + Color.green(color) + Color.blue(color));
Expand Down

0 comments on commit bfb5415

Please sign in to comment.