Closed francelu closed 2 weeks ago
Suggestions
- Add comments for some dimension variables such as
cardElevation
andcardRounded
@Harrish92
On the wiki, you'll find a padding and typography guidelines, as well as some examples.
That's why I didn't put comments on the file as it would be quite unreadable the more we add variables.
Do you still think it would be good to add in-line documentation ?
@Harrish92 On the wiki, you'll find a padding and typography guidelines, as well as some examples. That's why I didn't put comments on the file as it would be quite unreadable the more we add variables.
Do you still think it would be good to add in-line documentation ?
@francelu You can precise that all the details are on the wiki in the code comments.
@Harrish92
Good idea ! I'll add that :)
Issues
2 New issues
0 Accepted issues
Measures
0 Security Hotspots
60.0% Coverage on New Code
0.0% Duplication on New Code
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