Skip to content

Commit

Permalink
feature #818 Extract to string resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
toastkidjp committed Jan 27, 2022
1 parent e575876 commit da16b35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion loan/src/main/res/layout/fragment_loan_calculator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
android:id="@+id/loan_amount"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:hint="Loan amount"
android:hint="@string/hint_loan_amount"
android:inputType="number"
android:maxLines="1"
android:text="35000000"
Expand Down
1 change: 1 addition & 0 deletions loan/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
<resources>
<string name="title_loan_calculator">ローン計算</string>
<string name="message_result_montly_payment">月々の支払額: %,d</string>
<string name="hint_loan_amount">ローン総額</string>
</resources>
1 change: 1 addition & 0 deletions loan/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
<resources>
<string name="title_loan_calculator">Loan calculator</string>
<string name="message_result_montly_payment">Monthly payment: %,d</string>
<string name="hint_loan_amount">Loan amount</string>
</resources>

0 comments on commit da16b35

Please sign in to comment.