国际化
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
android:layout_marginEnd="49dp"
|
||||
android:gravity="center"
|
||||
android:textStyle="bold"
|
||||
android:text="Feedback"
|
||||
android:text="@string/feedback_title"
|
||||
android:textColor="#1B1F1A"
|
||||
android:textSize="16sp" />
|
||||
</LinearLayout>
|
||||
@@ -64,14 +64,14 @@
|
||||
app:boxCornerRadiusBottomStart="8dp"
|
||||
app:boxCornerRadiusBottomEnd="8dp"
|
||||
app:hintTextColor="#02BEAC"
|
||||
app:placeholderText="Your Feedback">
|
||||
app:placeholderText="@string/feedback_input_hint_text">
|
||||
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:id="@+id/et_feedback"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="200dp"
|
||||
android:gravity="top|start"
|
||||
android:hint="Please enter your feedback..."
|
||||
android:hint="@string/feedback_input_hint"
|
||||
android:padding="12dp"
|
||||
android:inputType="textMultiLine"
|
||||
android:minLines="4"
|
||||
@@ -94,7 +94,7 @@
|
||||
android:layout_height="45dp"
|
||||
android:gravity="center"
|
||||
android:layout_marginBottom="20dp"
|
||||
android:text="Save"
|
||||
android:text="@string/save"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="16sp"
|
||||
android:background="@drawable/my_keyboard_delete"
|
||||
|
||||
Reference in New Issue
Block a user