mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-09-02 09:19:12 +02:00
android: adjust pre-first connect text style in m3e
This commit is contained in:
+5
-3
@@ -833,14 +833,16 @@ fun AirPodsSettingsScreen(
|
||||
} else {
|
||||
Text(
|
||||
text = stringResource(R.string.airpods_not_connected),
|
||||
style = MaterialTheme.typography.labelMediumEmphasized,
|
||||
style = MaterialTheme.typography.headlineMedium,
|
||||
color = MaterialTheme.colorScheme.primary
|
||||
)
|
||||
if (sharedPreferences.getBoolean("bypass_device_check.v2", false)) {
|
||||
Spacer(modifier = Modifier.height(16.dp))
|
||||
Text(
|
||||
text = stringResource(R.string.compatibility_check_bypassed),
|
||||
style = MaterialTheme.typography.labelSmallEmphasized,
|
||||
color = MaterialTheme.colorScheme.onSurface
|
||||
style = MaterialTheme.typography.bodyMedium,
|
||||
color = MaterialTheme.colorScheme.onSurface,
|
||||
textAlign = TextAlign.Center
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user