Better UI/UX for selecting folder in Android

Currently the dialog for Folder selection is quite hard to use. It only shows less than 2 folders at a time so scrolling through it is slow. Instead, it could be implemented like in the other screenshot of Material Design samples.

Current behaviour:

Suggestion:

Actually this seems to be quite easy thing to implement, according to this page you just have to change PickerRenderer to AppCombat.PickerRenderer. In Bitwarden source that would be in this file.