mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-08-04 12:24:00 +01:00
Change camera control color.
This commit is contained in:
committed by
Greyson Parrelli
parent
ec2a8d37d6
commit
1bebab13db
@@ -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>
|
||||
Reference in New Issue
Block a user