【多语言】CPF 输入框提示语言没有适配多语言
This commit is contained in:
parent
8822f94268
commit
aed14e7277
|
|
@ -83,7 +83,7 @@
|
|||
android:inputType="number"
|
||||
android:background="@null"
|
||||
android:textColor="@color/gray6"
|
||||
android:hint="Please Input you CPF number"
|
||||
android:hint="@string/input_cpf_hint"
|
||||
/>
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@
|
|||
<string name="watch_full_reward_ad_hint">Watch the full video to get rewards!</string>
|
||||
|
||||
<string name="ad_load_fail">Ad failed to load</string>
|
||||
|
||||
<string name="input_cpf_hint">Please Input you CPF number</string>
|
||||
|
||||
|
||||
</resources>
|
||||
|
|
@ -237,5 +237,8 @@
|
|||
<string name="not_enough_gold">Não tens ouro suficiente.</string>
|
||||
|
||||
<string name="ad_load_fail">O anúncio não carregou</string>
|
||||
<string name="input_cpf_hint">Digite o seu número de CPF</string>
|
||||
|
||||
|
||||
|
||||
</resources>
|
||||
Loading…
Reference in New Issue