Change camera control color.

This commit is contained in:
Alex Hart
2026-07-16 17:51:05 -03:00
committed by Greyson Parrelli
parent ec2a8d37d6
commit 1bebab13db
2 changed files with 3 additions and 3 deletions
@@ -39,8 +39,8 @@ import kotlin.math.min
* Capture button colors matching CameraButtonView.java
*/
private object CaptureButtonColors {
/** Background fill: custom control color (0x52888888) */
val Background = Color(0x52888888)
/** Background fill: custom control color (0xCC333333) */
val Background = Color(0xCC333333)
/** Outer ring stroke: pure white (0xFFFFFFFF) */
val Arc = Color.White
@@ -4,5 +4,5 @@
-->
<resources>
<color name="MediaSend_controls_color">#52888888</color>
<color name="MediaSend_controls_color">#CC333333</color>
</resources>