Kunzisoft / KeePassDX

Lightweight vault and password manager for Android, KeePassDX allows editing encrypted data in a single file in KeePass format and fill in the forms in a secure way.
https://www.keepassdx.com/
GNU General Public License v3.0
4.6k stars 270 forks source link

Lock FAB Covers Database Settings Text #1678

Open christantoan opened 11 months ago

christantoan commented 11 months ago

Describe the bug

When the "Show lock button" setting is activated, when user scroll down to the bottom of Database settings, the lock button covers the "Maximum size" setting text.

To Reproduce

Steps to reproduce the behavior:

  1. Activate "Show lock button" setting.
  2. Open Database setting section and scroll down to the bottom

Expected behavior

There are some margin between the lock button and text setting text.

KeePass Database

KeePassDX:

Android:

Additional context

Screenshots: Screenshot_20231106-154043

J-Jamet commented 11 months ago

Indeed, I had seen it, but it won't be easy to solve. The problem is that I'm using Android's preference system, which isn't very scalable, so I'd have to redesign it with a custom settings system to add a margin at the end of the page, but that would require a major code overhaul.

christantoan commented 11 months ago

Yeah, I often notice this problem on other apps which implement their own custom FAB as well. With official FAB, I think it has been taken into account to create the margin.