darker and gracile steampunk-chart

This commit is contained in:
AdrianLxM 2018-01-03 18:13:38 +01:00
parent 267bdd6a43
commit a75ff0d1f6

View file

@ -177,8 +177,8 @@ public class Steampunk extends BaseWatchFace {
midColor = ContextCompat.getColor(getApplicationContext(), R.color.black);
gridColor = ContextCompat.getColor(getApplicationContext(), R.color.grey_steampunk);
basalBackgroundColor = ContextCompat.getColor(getApplicationContext(), R.color.basal_dark);
basalCenterColor = ContextCompat.getColor(getApplicationContext(), R.color.basal_light);
pointSize = 2;
basalCenterColor = ContextCompat.getColor(getApplicationContext(), R.color.basal_dark);
pointSize = 1;
setupCharts();
}