Skip to content

Commit

Permalink
Make buttons public
Browse files Browse the repository at this point in the history
  • Loading branch information
doruchidean committed Oct 5, 2022
1 parent 8d71af7 commit ccaf5bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

public class CheckableButton extends BaseCheckableButton {

TextView button;
public TextView button;
private ImageView ivCheck;
private boolean isChecked;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

public class CheckableImageButton extends BaseCheckableButton {

ImageView button;
ImageView ivCheck;
public ImageView button;
public ImageView ivCheck;
private boolean isChecked;

public CheckableImageButton(@NonNull Context context,
Expand Down

0 comments on commit ccaf5bd

Please sign in to comment.