Closed francelu closed 2 weeks ago
Issues
2 New issues
0 Accepted issues
Measures
0 Security Hotspots
61.7% Coverage on New Code
0.0% Duplication on New Code
This is a very light PR as a lot of work has been done already to prepare for this task (see #165 and #168).
Responsive layout for `EditProfileScreen
Description
This PR introduces a responsive layout (typography, padding, layout, ...) for
EditProfileScreen
. It closes issue #174, subtask from #82.Changes
LazyColumn
(by default scrollable) instead of aColumn
component inEditProfileScreen
'sScaffold
.iconButtonSize
inDimens.kt
for the edit profile pictureIconButton
.EditProfileScreen
.Files
Added
Modified
EditProfileScreen.kt
: adapt layout to be responsive to all screen sizes.Dimens.kt
: add new valiconButtonSize
which is 5/3 oficonSize
.Removed
Dependencies Added
Testing
Screenshots