make all strings translatable
This commit is contained in:
parent
5533f6ba86
commit
b31490c4e3
3 changed files with 5 additions and 5 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Loading"
|
||||
android:text="@string/loading"
|
||||
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||||
|
||||
<ProgressBar
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue