File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ import androidx.compose.runtime.remember
2424import androidx.compose.runtime.setValue
2525import androidx.compose.ui.Alignment
2626import androidx.compose.ui.Modifier
27+ import androidx.compose.ui.res.painterResource
2728import androidx.compose.ui.text.font.FontWeight
2829import androidx.compose.ui.unit.dp
2930import androidx.compose.ui.unit.sp
@@ -50,6 +51,7 @@ fun SelectCountries(
5051 title = " Select Language" ,
5152 undecorated = true ,
5253 resizable = false ,
54+ icon = painterResource(" translate.svg" ),
5355 content = {
5456 Column (
5557 Modifier .fillMaxSize()
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import androidx.compose.runtime.setValue
2727import androidx.compose.ui.Alignment
2828import androidx.compose.ui.Modifier
2929import androidx.compose.ui.graphics.StrokeCap
30+ import androidx.compose.ui.res.painterResource
3031import androidx.compose.ui.text.font.FontWeight
3132import androidx.compose.ui.unit.dp
3233import androidx.compose.ui.unit.sp
@@ -71,6 +72,7 @@ fun translateDialog(
7172 title = " Translating All String" ,
7273 undecorated = true ,
7374 resizable = false ,
75+ icon = painterResource(" translate.svg" ),
7476 content = {
7577 Column (
7678 Modifier .fillMaxSize()
You can’t perform that action at this time.
0 commit comments