refactor and improve EntryEditActivity: Ensure that configuration changes are handled properly

This commit is contained in:
Philipp Crocoll
2025-05-27 15:26:00 +02:00
parent bf4035fcfe
commit 8a1890bc10
5 changed files with 458 additions and 372 deletions

View File

@@ -75,6 +75,11 @@ android:layout_height="wrap_content">
android:layout_marginRight="0dip"
android:visibility="gone"
/>
<CheckBox
android:id="@+id/protection"
android:layout_width="0dip"
android:layout_height="0dip"
android:visibility="gone"/>
</LinearLayout>
</RelativeLayout>