Password display box multiline #225

This commit is contained in:
J-Jamet
2020-01-26 18:02:11 +01:00
parent 0a575b5bf8
commit c71bb2a570

View File

@@ -78,22 +78,15 @@
android:layout_height="wrap_content"
android:text="@string/entry_password"
style="@style/KeepassDXStyle.TextAppearance.LabelTextStyle" />
<HorizontalScrollView
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/entry_password"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/entry_password_label"
android:layout_toLeftOf="@+id/entry_password_action_image"
android:layout_toStartOf="@+id/entry_password_action_image">
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/entry_password"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:scrollHorizontally="true"
android:inputType="textPassword"
android:layout_toStartOf="@+id/entry_password_action_image"
android:focusable="false"
android:lines="1"
style="@style/KeepassDXStyle.TextAppearance.TextEntryItem" />
</HorizontalScrollView>
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/entry_password_action_image"
android:layout_width="wrap_content"