mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-29 00:14:12 +01:00
Add strings
This commit is contained in:
parent
044dc7acd3
commit
b52e7ba99a
2 changed files with 4 additions and 2 deletions
|
@ -145,7 +145,7 @@
|
|||
android:id="@+id/textinput_subject"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:hint="Subject"
|
||||
android:hint="@string/subject"
|
||||
android:textColor="?colorOnTertiaryContainer"
|
||||
android:textColorHint="@color/hint_on_tertiary_container"
|
||||
android:textCursorDrawable="@drawable/cursor_on_tertiary_container"
|
||||
|
@ -228,7 +228,7 @@
|
|||
android:layout_alignParentEnd="true"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:text="Request to Speak" />
|
||||
android:text="@string/request_to_speak" />
|
||||
</RelativeLayout>
|
||||
|
||||
<com.google.android.material.floatingactionbutton.FloatingActionButton
|
||||
|
|
|
@ -71,4 +71,6 @@
|
|||
<string name="pref_enforce_dane_summary">Only connect an account when successfully verified DANE</string>
|
||||
<string name="pref_enforce_dane">Enforce DANE</string>
|
||||
<string name="dane_failed">DANE failed</string>
|
||||
<string name="request_to_speak">Request to speak</string>
|
||||
<string name="subject">Subject</string>
|
||||
</resources>
|
||||
|
|
Loading…
Add table
Reference in a new issue