From 2b2c4fc0ce94ba94a0f4543b3841e2ca5ba85bed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Sch=C3=A4ttgen?= Date: Mon, 29 Apr 2024 00:02:14 +0200 Subject: [PATCH] Make EditEntryActivity scrollable again Co-authored-by: Alexander Bakker --- .../main/res/layout/activity_edit_entry.xml | 606 +++++++++--------- 1 file changed, 305 insertions(+), 301 deletions(-) diff --git a/app/src/main/res/layout/activity_edit_entry.xml b/app/src/main/res/layout/activity_edit_entry.xml index 1d94a872..509d927e 100644 --- a/app/src/main/res/layout/activity_edit_entry.xml +++ b/app/src/main/res/layout/activity_edit_entry.xml @@ -16,383 +16,387 @@ android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" /> - - + - - - - - - - - - - - - - + android:layout_height="match_parent" + android:clipToPadding="false" + android:isScrollContainer="true" + app:layout_behavior="@string/appbar_scrolling_view_behavior"> - + + - + + + + - - + + - - - + + + + + - - - - - - - + android:layout_height="wrap_content" /> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:layout_margin="10dp"> - - - - + - - - - - - + android:inputType="text"/> + - + + android:inputType="none"/> + + + + + + - + app:passwordToggleTint="?attr/colorOnSurface" + app:passwordToggleEnabled="true"> - - - - + android:hint="@string/secret" + android:inputType="textPassword"/> + - + android:layout_marginTop="10dp" + android:orientation="horizontal" + tools:visibility="visible"> + + + + + + + + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +