diff options
| author | Jules Aguillon | 2025-12-22 01:27:07 +0100 |
|---|---|---|
| committer | GitHub | 2025-12-22 01:27:07 +0100 |
| commit | b40be68773939d3d3b55a819cdfe1d9e9a60bc4e (patch) | |
| tree | a556e151e1ebabe2a066f89867d1e26333da7f61 /res/layout/dialog_edit_text.xml | |
| parent | 258215f26c52b55b5760b707dbd0a749d418ce58 (diff) | |
| download | unexpected-keyboard-b40be68773939d3d3b55a819cdfe1d9e9a60bc4e.tar.gz unexpected-keyboard-b40be68773939d3d3b55a819cdfe1d9e9a60bc4e.zip | |
Fix various linting issues (#1146)
Diffstat (limited to 'res/layout/dialog_edit_text.xml')
| -rw-r--r-- | res/layout/dialog_edit_text.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/dialog_edit_text.xml b/res/layout/dialog_edit_text.xml index 5b935dc..ebf61d9 100644 --- a/res/layout/dialog_edit_text.xml +++ b/res/layout/dialog_edit_text.xml @@ -1,4 +1,4 @@ <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content"> - <EditText android:id="@+id/text" android:inputType="text" android:importantForAutofill="no" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="10dp"/> + <EditText android:id="@+id/text" android:hint="@string/pref_dialog_edit_text" android:inputType="text" android:importantForAutofill="no" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="10dp"/> </LinearLayout> |
