Replace Cost of Service with Bill Amount
This commit is contained in:
parent
e99a7af32d
commit
b892aa15c1
@ -92,7 +92,7 @@ fun TipTimeScreen() {
|
|||||||
)
|
)
|
||||||
Spacer(Modifier.height(16.dp))
|
Spacer(Modifier.height(16.dp))
|
||||||
EditNumberField(
|
EditNumberField(
|
||||||
label = R.string.cost_of_service,
|
label = R.string.bill_amount,
|
||||||
keyboardOptions = KeyboardOptions.Default.copy(
|
keyboardOptions = KeyboardOptions.Default.copy(
|
||||||
keyboardType = KeyboardType.Number,
|
keyboardType = KeyboardType.Number,
|
||||||
imeAction = ImeAction.Next
|
imeAction = ImeAction.Next
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name">Tip Time</string>
|
<string name="app_name">Tip Time</string>
|
||||||
<string name="calculate_tip">Calculate Tip</string>
|
<string name="calculate_tip">Calculate Tip</string>
|
||||||
<string name="cost_of_service">Cost of Service</string>
|
<string name="bill_amount">Bill Amount</string>
|
||||||
<string name="how_was_the_service">Tip (%)</string>
|
<string name="how_was_the_service">Tip (%)</string>
|
||||||
<string name="round_up_tip">Round up tip?</string>
|
<string name="round_up_tip">Round up tip?</string>
|
||||||
<string name="tip_amount">Tip Amount: %s</string>
|
<string name="tip_amount">Tip Amount: %s</string>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user