mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-04 09:17:29 +01:00
Fix axis label color live activity (dark theme)
This commit is contained in:
parent
da494cde7b
commit
bb8aff8c99
@ -367,6 +367,9 @@ public class LiveActivityFragment extends AbstractChartFragment {
|
|||||||
// chart.getXAxis().setPosition(XAxis.XAxisPosition.TOP);
|
// chart.getXAxis().setPosition(XAxis.XAxisPosition.TOP);
|
||||||
chart.getXAxis().setDrawLabels(false);
|
chart.getXAxis().setDrawLabels(false);
|
||||||
chart.getXAxis().setEnabled(false);
|
chart.getXAxis().setEnabled(false);
|
||||||
|
chart.getXAxis().setTextColor(CHART_TEXT_COLOR);
|
||||||
|
chart.getAxisLeft().setTextColor(CHART_TEXT_COLOR);
|
||||||
|
|
||||||
chart.setBackgroundColor(BACKGROUND_COLOR);
|
chart.setBackgroundColor(BACKGROUND_COLOR);
|
||||||
chart.getDescription().setTextColor(DESCRIPTION_COLOR);
|
chart.getDescription().setTextColor(DESCRIPTION_COLOR);
|
||||||
chart.getDescription().setText(title);
|
chart.getDescription().setText(title);
|
||||||
|
Loading…
Reference in New Issue
Block a user