Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2850ed3 authored by Jonathan He's avatar Jonathan He
Browse files

Screen capture: Adjust border width from 4dp to 2dp and border color

Bug: 438774323
Test: Manual
Flag: com.android.systemui.large_screen_screencapture
Change-Id: I2a2da0c04cd402408ad3d84ddc03c1a009ce938f
parent 71572783
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -361,7 +361,7 @@ fun RegionBox(
        }

        // The width of the border stroke around the region box.
        val borderStrokeWidth = 4.dp
        val borderStrokeWidth = 2.dp

        state.rect?.let { currentRect ->
            // A parent container for the region box and its associated UI. By applying the
@@ -571,7 +571,7 @@ fun RegionBox(
                                        Modifier.size(boxWidthDp, boxHeightDp)
                                            .border(
                                                borderStrokeWidth,
                                                MaterialTheme.colorScheme.onSurfaceVariant,
                                                MaterialTheme.colorScheme.primary,
                                            )
                                )
                            }