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"> + + + + + + + + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +