Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch committed Mar 1, 2017
1 parent 454e604 commit a9c1ef6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
public class FontMetricsView extends View {

public final static int DEFAULT_FONT_SIZE_PX = 200;
private static final int PURPLE = Color.parseColor("#9315db");
private static final int ORANGE = Color.parseColor("#ff8a00");
//private static final int PURPLE = Color.parseColor("#9315db");
//private static final int ORANGE = Color.parseColor("#ff8a00");
private static final float STROKE_WIDTH = 5.0f;

private String mText;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ protected void onCreate(Bundle savedInstanceState) {
mTextStringEditText = (EditText) findViewById(R.id.etTextString);
mFontSizeEditText = (EditText) findViewById(R.id.etFontSize);

mTextStringEditText.setText("\uD83D\uDE42a图图");
mTextStringEditText.setText("My text line");
mFontSizeEditText.setText("200");


Expand Down

0 comments on commit a9c1ef6

Please sign in to comment.