Skip to content

complete#2

Open
mrxjeus wants to merge 1 commit intodevelopfrom
code_v1
Open

complete#2
mrxjeus wants to merge 1 commit intodevelopfrom
code_v1

Conversation

@mrxjeus
Copy link
Owner

@mrxjeus mrxjeus commented Jul 16, 2018

No description provided.

mBtnNumber2 = (Button) view.findViewById(R.id.button_2);
mBtnNumber3 = (Button) view.findViewById(R.id.button_3);
mBtnNumber4 = (Button) view.findViewById(R.id.button_4);
mBtnNumber5 = (Button) view.findViewById(R.id.button_5);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mấy cái này ông không cần khai báo instance variable, chỉ cần findViewById().setOnClick()

<resources>
<dimen name="sp_25">25sp</dimen>
<dimen name="dp_75">75dp</dimen>
</resources> No newline at end of file

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add blank line

android:layout_columnWeight="1"
android:layout_rowWeight="1"
android:text="@string/sign"
android:textColor="#000000"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hard code

android:layout_columnWeight="1"
android:layout_rowWeight="1"
android:text="@string/div"
android:textColor="#000000"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hard

android:layout_columnWeight="1"
android:layout_rowWeight="1"
android:text="@string/number7"
android:textColor="#000000"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hard code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants