Skip to content

Commit

Permalink
fixed compile err
Browse files Browse the repository at this point in the history
  • Loading branch information
teddywilson committed Jul 11, 2017
1 parent 96185f8 commit 6583b82
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container, @Nullable

for (int i = 0; i < CHILD_VIEW_COUNT; i++) {
CardLayout childView = new CardLayout(getContext());
childView.setAlpha(0F);
childView.setTextColor(ContextCompat.getColor(getContext(), R.color.square_background));
childView.setGravity(Gravity.CENTER);
childView.setText(""+i);
parent.addView(childView);
children.add(childView);
}
Expand Down

0 comments on commit 6583b82

Please sign in to comment.