mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-09-02 01:09:08 +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 {
|
} else {
|
||||||
Text(
|
Text(
|
||||||
text = stringResource(R.string.airpods_not_connected),
|
text = stringResource(R.string.airpods_not_connected),
|
||||||
style = MaterialTheme.typography.labelMediumEmphasized,
|
style = MaterialTheme.typography.headlineMedium,
|
||||||
color = MaterialTheme.colorScheme.primary
|
color = MaterialTheme.colorScheme.primary
|
||||||
)
|
)
|
||||||
if (sharedPreferences.getBoolean("bypass_device_check.v2", false)) {
|
if (sharedPreferences.getBoolean("bypass_device_check.v2", false)) {
|
||||||
|
Spacer(modifier = Modifier.height(16.dp))
|
||||||
Text(
|
Text(
|
||||||
text = stringResource(R.string.compatibility_check_bypassed),
|
text = stringResource(R.string.compatibility_check_bypassed),
|
||||||
style = MaterialTheme.typography.labelSmallEmphasized,
|
style = MaterialTheme.typography.bodyMedium,
|
||||||
color = MaterialTheme.colorScheme.onSurface
|
color = MaterialTheme.colorScheme.onSurface,
|
||||||
|
textAlign = TextAlign.Center
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user