Use localized strings in the quick settings panel (#7249)

fennec/nightly
David Walsh 5 years ago committed by Tiger Oakes
parent 99f3804216
commit b4e10965b7

@ -45,7 +45,7 @@
app:layout_constraintBottom_toTopOf="@id/notificationStatus" app:layout_constraintBottom_toTopOf="@id/notificationStatus"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/microphoneLabel" app:layout_constraintStart_toEndOf="@id/microphoneLabel"
tools:text="Blocked by Android" tools:text="@string/phone_feature_blocked_by_android"
tools:visibility="visible" /> tools:visibility="visible" />
<TextView <TextView
@ -70,7 +70,7 @@
app:layout_constraintBottom_toTopOf="@id/locationStatus" app:layout_constraintBottom_toTopOf="@id/locationStatus"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/notificationLabel" app:layout_constraintStart_toEndOf="@id/notificationLabel"
tools:text="Blocked" tools:text="@string/preference_option_phone_feature_blocked"
tools:visibility="visible" /> tools:visibility="visible" />
<TextView <TextView
@ -95,7 +95,7 @@
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/locationLabel" app:layout_constraintStart_toEndOf="@id/locationLabel"
tools:text="Blocked" tools:text="@string/preference_option_phone_feature_blocked"
tools:visibility="visible" /> tools:visibility="visible" />
<TextView <TextView

Loading…
Cancel
Save