Merge pull request #65 from google-developer-training/update-string

Replace Cost of Service with Bill Amount
This commit is contained in:
sc-gds-lxl 2023-01-30 17:10:26 -08:00 committed by GitHub
commit 0e57473a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>