mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-15 18:12:54 +00:00
Use localized strings in the quick settings panel (#7249)
This commit is contained in:
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…
Reference in New Issue
Block a user