Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoor committed Jul 16, 2018
1 parent e1309d1 commit 3a1f1e7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
import android.util.AttributeSet;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.LinearLayout;
import android.widget.FrameLayout;
import android.widget.TextView;

import com.monke.monkeybook.R;

import org.jetbrains.annotations.NotNull;

public class NumberButton extends LinearLayout implements View.OnClickListener {
public class NumberButton extends FrameLayout implements View.OnClickListener {
public static final int INT = 0;
public static final int FLOAT = 1;

Expand Down

0 comments on commit 3a1f1e7

Please sign in to comment.