Browse Source

Multi lingual work completed on android device

Khubaib 10 months ago
parent
commit
710159c2e5

BIN
app/release/fvpn_release_3.3.0(beta).apk


+ 1 - 1
app/src/main/java/com/vpn/fastestvpnservice/customItems/CountryItem.kt

@@ -182,7 +182,7 @@ fun CountryItem(
                 Spacer(modifier = Modifier.weight(1F))
                 Text(text = "$countryTotalServers ${context.getString(R.string.locations)}",
                     style = MaterialTheme.typography.bodySmall,
-                    color = colorResource(id = R.color.dark_blue_gray_text),
+                    color = MaterialTheme.colorScheme.primary,
                     modifier = Modifier
                         .padding(end = 30.dp, bottom = 18.dp)
                         .align(Alignment.CenterVertically)