android: show price in buy button

This commit is contained in:
Kavish Devar
2026-04-23 03:13:20 +05:30
parent ae174bc9ea
commit f6d7e97796
2 changed files with 2 additions and 2 deletions

View File

@@ -459,7 +459,7 @@ fun PurchaseScreen(
tint = if (isSystemInDarkTheme()) Color(0xFF916100) else Color(0xFFE59900)
) {
Text(
stringResource(R.string.buy),
stringResource(R.string.buy_price, state.price),
style = TextStyle(
fontSize = 16.sp,
fontWeight = FontWeight.Medium,

View File

@@ -211,7 +211,7 @@
<string name="listening_mode_adaptive_description">Dynamically adjust external noise</string>
<string name="listening_mode_noise_cancellation_description">Blocks out external sounds</string>
<string name="unlock_advanced_features">Unlock advanced features</string>
<string name="buy">Buy</string>
<string name="buy_price">Buy %s</string>
<string name="restore_purchases">Restore purchases</string>
<string name="ear_detection_description">Automatically stop playing audio when you take them off, and resume playback when you put them back on.</string>
<string name="battery">Battery</string>