Tablet UI fixes

This commit is contained in:
serso
2015-02-08 17:36:00 +01:00
parent 362189f6ad
commit 1154cae8e5
13 changed files with 188 additions and 27 deletions

View File

@@ -110,7 +110,7 @@ public abstract class AbstractCalculatorPlotFragment extends CalculatorFragment
super.onCreate(in);
if (isPaneFragment()) {
this.bgColor = getResources().getColor(R.color.cpp_pane_background);
this.bgColor = getResources().getColor(R.color.cpp_pane_bg);
} else {
this.bgColor = getResources().getColor(android.R.color.transparent);
}