Translation Editor Android Studio
- Android, Coding, Java, XML

Traduire une application dans différentes langues

Dans le fichier XML : <TextView android:id=”@+id/price” android:layout_width=”wrap_content” android:layout_height=”wrap_content” android:paddingTop=”16dp” android:textSize=”20dp” android:text=”@string/total_price” Remplace android:text=”Prix” android:textAllCaps=”true” app:layout_constraintTop_toBottomOf=”@id/button_order” /> Ensuite, ouvrir le…

Read More