use string resource

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2024-12-11 13:29:10 +01:00
parent a504f53b3a
commit bda0531362
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220
2 changed files with 1 additions and 2 deletions

View File

@ -55,7 +55,7 @@
android:id="@+id/editText" android:id="@+id/editText"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:hint="Search" android:hint="@string/nc_search"
android:textColorHint="@color/low_emphasis_text" android:textColorHint="@color/low_emphasis_text"
android:textColor = "@color/high_emphasis_text"/> android:textColor = "@color/high_emphasis_text"/>
</com.google.android.material.textfield.TextInputLayout> </com.google.android.material.textfield.TextInputLayout>

View File

@ -400,7 +400,6 @@ How to translate with transifex:
<string name="nc_refresh">Refresh</string> <string name="nc_refresh">Refresh</string>
<string name="nc_check_your_internet">Please check your internet connection</string> <string name="nc_check_your_internet">Please check your internet connection</string>
<string name="nc_visible">Visible</string> <string name="nc_visible">Visible</string>
<string name="nc_clear_text">Clear search text</string>
<!-- Chat --> <!-- Chat -->
<string name="nc_hint_enter_a_message">Enter a message …</string> <string name="nc_hint_enter_a_message">Enter a message …</string>