mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-05-25 10:24:34 +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)
|
tint = if (isSystemInDarkTheme()) Color(0xFF916100) else Color(0xFFE59900)
|
||||||
) {
|
) {
|
||||||
Text(
|
Text(
|
||||||
stringResource(R.string.buy),
|
stringResource(R.string.buy_price, state.price),
|
||||||
style = TextStyle(
|
style = TextStyle(
|
||||||
fontSize = 16.sp,
|
fontSize = 16.sp,
|
||||||
fontWeight = FontWeight.Medium,
|
fontWeight = FontWeight.Medium,
|
||||||
|
|||||||
@@ -211,7 +211,7 @@
|
|||||||
<string name="listening_mode_adaptive_description">Dynamically adjust external noise</string>
|
<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="listening_mode_noise_cancellation_description">Blocks out external sounds</string>
|
||||||
<string name="unlock_advanced_features">Unlock advanced features</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="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="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>
|
<string name="battery">Battery</string>
|
||||||
|
|||||||
Reference in New Issue
Block a user