Skip to content

Commit

Permalink
Make secret multiline
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelschattgen committed Oct 2, 2024
1 parent 08d900c commit 7753b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_edit_entry.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/secret"
android:inputType="textPassword"/>
android:inputType="textPassword | textMultiLine"/>
</com.google.android.material.textfield.TextInputLayout>
</LinearLayout>
<LinearLayout
Expand Down

0 comments on commit 7753b48

Please sign in to comment.