mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-29 17:44:36 +00:00
android: show price in buy button
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user