Merge pull request #65 from google-developer-training/update-string
Replace Cost of Service with Bill Amount
This commit is contained in:
commit
0e57473a85
@ -92,7 +92,7 @@ fun TipTimeScreen() {
|
||||
)
|
||||
Spacer(Modifier.height(16.dp))
|
||||
EditNumberField(
|
||||
label = R.string.cost_of_service,
|
||||
label = R.string.bill_amount,
|
||||
keyboardOptions = KeyboardOptions.Default.copy(
|
||||
keyboardType = KeyboardType.Number,
|
||||
imeAction = ImeAction.Next
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
<resources>
|
||||
<string name="app_name">Tip Time</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="round_up_tip">Round up tip?</string>
|
||||
<string name="tip_amount">Tip Amount: %s</string>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user