mirror of
https://github.com/barbeau/gpstest.git
synced 2025-12-05 18:46:30 -06:00
fix: Sets the correct color for the SouthPAN Legend diamond and dashes (#681)
Adds the diamond and dashes to the list of shapes and lines so that the colors get updated appropriately when dark mode is turned on
This commit is contained in:
committed by
GitHub
parent
acea0e0249
commit
148b609e37
@@ -314,7 +314,9 @@ class SkyFragment : Fragment() {
|
||||
legend.skyLegendShapeLine15a,
|
||||
legend.skyLegendShapeLine15b,
|
||||
legend.skyLegendShapeLine16a,
|
||||
legend.skyLegendShapeLine16b
|
||||
legend.skyLegendShapeLine16b,
|
||||
legend.skyLegendShapeLine17a,
|
||||
legend.skyLegendShapeLine17b
|
||||
)
|
||||
|
||||
// Shape Legend shapes
|
||||
@@ -331,7 +333,8 @@ class SkyFragment : Fragment() {
|
||||
legend.skyLegendDiamond4,
|
||||
legend.skyLegendDiamond5,
|
||||
legend.skyLegendDiamond6,
|
||||
legend.skyLegendDiamond7
|
||||
legend.skyLegendDiamond7,
|
||||
legend.skyLegendDiamond8
|
||||
)
|
||||
}
|
||||
|
||||
@@ -584,4 +587,4 @@ class SkyFragment : Fragment() {
|
||||
companion object {
|
||||
const val TAG = "GpsSkyFragment"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user