diff options
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/layout/fragment_pwgen.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_pwgen.xml b/app/src/main/res/layout/fragment_pwgen.xml index e8cb68cb..edd5c8d5 100644 --- a/app/src/main/res/layout/fragment_pwgen.xml +++ b/app/src/main/res/layout/fragment_pwgen.xml @@ -84,6 +84,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="8dp" + android:labelFor="@id/lengthNumber" android:text="@string/pwgen_length" android:textAppearance="?android:attr/textAppearanceSmall" /> |