add hint to tap languages

This commit is contained in:
Helium314 2023-09-13 10:05:02 +02:00
parent 7d7d983471
commit 60a608960b
2 changed files with 12 additions and 2 deletions

View file

@ -9,10 +9,11 @@
android:id="@+id/search_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dip">
android:paddingHorizontal="16dp"
android:paddingVertical="6dp" >
<ImageView
android:src="@drawable/sym_keyboard_search_lxx_light"
android:tint="@color/foreground"
app:tint="@color/foreground"
android:layout_gravity="center_vertical"
android:layout_width="40dp"
android:layout_height="40dp" />
@ -22,6 +23,13 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/PreferenceSubtitleText"
android:paddingHorizontal="16dp"
android:paddingVertical="6dp"
android:text="@string/text_tap_languages" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/language_list"
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"

View file

@ -618,6 +618,8 @@ disposition rather than other common dispositions for Latin languages. [CHAR LIM
<string name="dialog_close">Close</string>
<!-- Preference for selecting system locales -->
<string name="use_system_language_to_select_input_method_subtypes">"Use system languages"</string>
<!-- Hint for users to tap the languages for settings -->
<string name="text_tap_languages">Tap the language to open settings</string>
<!-- Title of internal InputMethodPicker, strings should be same as the ones from Android system -->
<string name="select_input_method">Choose input method</string>
<!-- Old settings screen title for appearance & layouts preferences [CHAR LIMIT=33]