Merge pull request #1525 from osodebailar/fix/byoda-color
fix byoda color
This commit is contained in:
commit
12af5ad214
|
@ -5,5 +5,5 @@
|
||||||
android:viewportHeight="24">
|
android:viewportHeight="24">
|
||||||
<path
|
<path
|
||||||
android:pathData="M12.107,3.666c-4.603,0 -8.335,3.732 -8.335,8.335s3.732,8.335 8.335,8.335s8.335,-3.731 8.335,-8.335V3.666H12.107zM12.107,18.335c-3.498,0 -6.334,-2.836 -6.334,-6.334c0,-3.498 2.836,-6.334 6.334,-6.334c3.498,0 6.334,2.836 6.334,6.334C18.442,15.499 15.606,18.335 12.107,18.335z"
|
android:pathData="M12.107,3.666c-4.603,0 -8.335,3.732 -8.335,8.335s3.732,8.335 8.335,8.335s8.335,-3.731 8.335,-8.335V3.666H12.107zM12.107,18.335c-3.498,0 -6.334,-2.836 -6.334,-6.334c0,-3.498 2.836,-6.334 6.334,-6.334c3.498,0 6.334,2.836 6.334,6.334C18.442,15.499 15.606,18.335 12.107,18.335z"
|
||||||
android:fillColor="?attr/cgmdexColor"/>
|
android:fillColor="@color/byodagray"/>
|
||||||
</vector>
|
</vector>
|
||||||
|
|
|
@ -209,6 +209,7 @@
|
||||||
<color name="darkgrayVariant">#424242</color>
|
<color name="darkgrayVariant">#424242</color>
|
||||||
<color name="objectivesBackground">#3C3C3C</color>
|
<color name="objectivesBackground">#3C3C3C</color>
|
||||||
<color name="plastic_grey">#666666</color>
|
<color name="plastic_grey">#666666</color>
|
||||||
|
<color name="byodagray">#999999</color>
|
||||||
<color name="sphere_plastic_grey">#8c8c8c</color>
|
<color name="sphere_plastic_grey">#8c8c8c</color>
|
||||||
<color name="lightSandGray">#72000000</color>
|
<color name="lightSandGray">#72000000</color>
|
||||||
<color name="sandGray">#c8666666</color>
|
<color name="sandGray">#c8666666</color>
|
||||||
|
|
|
@ -121,7 +121,7 @@
|
||||||
<item name="viewPortbackgroundColor">@color/white_alpha_20</item>
|
<item name="viewPortbackgroundColor">@color/white_alpha_20</item>
|
||||||
<item name="tempTargetBackgroundColor">@color/tempTargetBackground</item>
|
<item name="tempTargetBackgroundColor">@color/tempTargetBackground</item>
|
||||||
<!---CGM source-->
|
<!---CGM source-->
|
||||||
<item name="cgmdexColor">@color/colorLightGray</item>
|
<item name="cgmdexColor">@color/byodagray</item>
|
||||||
<item name="cgmxdripColor">@color/colorCalibrationButton</item>
|
<item name="cgmxdripColor">@color/colorCalibrationButton</item>
|
||||||
<!---BG color-->
|
<!---BG color-->
|
||||||
<item name="bgLow">@color/low</item>
|
<item name="bgLow">@color/low</item>
|
||||||
|
|
|
@ -210,6 +210,7 @@
|
||||||
<color name="darkgrayVariant">#424242</color>
|
<color name="darkgrayVariant">#424242</color>
|
||||||
<color name="objectivesBackground">#3C3C3C</color>
|
<color name="objectivesBackground">#3C3C3C</color>
|
||||||
<color name="plastic_grey">#666666</color>
|
<color name="plastic_grey">#666666</color>
|
||||||
|
<color name="byodagray">#777777</color>
|
||||||
<color name="sphere_plastic_grey">#8c8c8c</color>
|
<color name="sphere_plastic_grey">#8c8c8c</color>
|
||||||
<color name="lightSandGray">#72000000</color>
|
<color name="lightSandGray">#72000000</color>
|
||||||
<color name="sandGray">#c8666666</color>
|
<color name="sandGray">#c8666666</color>
|
||||||
|
|
|
@ -124,7 +124,7 @@
|
||||||
<item name="viewPortbackgroundColor">@color/white_alpha_20</item>
|
<item name="viewPortbackgroundColor">@color/white_alpha_20</item>
|
||||||
<item name="tempTargetBackgroundColor">@color/tempTargetBackground</item>
|
<item name="tempTargetBackgroundColor">@color/tempTargetBackground</item>
|
||||||
<!---CGM source-->
|
<!---CGM source-->
|
||||||
<item name="cgmdexColor">@color/mdtp_line_dark</item>
|
<item name="cgmdexColor">@color/byodagray</item>
|
||||||
<item name="cgmxdripColor">@color/colorCalibrationButton</item>
|
<item name="cgmxdripColor">@color/colorCalibrationButton</item>
|
||||||
<!---BG color-->
|
<!---BG color-->
|
||||||
<item name="bgLow">@color/low</item>
|
<item name="bgLow">@color/low</item>
|
||||||
|
|
Loading…
Reference in a new issue