Skip to content

Commit

Permalink
fix history
Browse files Browse the repository at this point in the history
  • Loading branch information
Xlythe committed Jul 26, 2015
1 parent e20429b commit 6c17c5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ private void handleDown() {
mResultInitColor = mResultEditText.getCurrentTextColor();

mDisplayBackground.setPivotX(mDisplayBackground.getWidth() / 2);
mDisplayBackground.setPivotY(mDisplayBackground.getHeight());

mFormulaEditText.setPivotX(0);
mFormulaEditText.setPivotY(0);
Expand Down
2 changes: 1 addition & 1 deletion mobile/src/main/res/values/cm_colors.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- -->
<!-- Display -->
<color name="display_color">#ffffff</color>

<!-- History -->
Expand Down

0 comments on commit 6c17c5d

Please sign in to comment.