-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ANDROAPP-5759-mobile-ui-file-input-label-displacement-on-file-inserti…
…on (#164) * Add 2dp vertical padding to `InputShellLabelText` It's present in Figma but missed in implementation * Remove unnecessary `fillMaxWidth` If we set the weight and fill = true (which is default), that will automatically ensure that the element occupies the whole width allocated. I have also changed the weight to 1f, since we don't have any other weighted siblings. We can just set it to 1f * Remove `InputShellRow` centre vertical alignment * Add a interactive sample for input file resource * Change input shell row bottom padding to 8dp * Don't render the button row If there are no primary or secondary buttons provided to input shell * Use box for overlapping divider rather than using it in column and translate * Remove unnecessary padding in `InputYesOnlyCheckBox` * Use `remember` instead of `rememberSaveable` in `InputYesOnlyCheckBoxScreen` * Remove unused imports
- Loading branch information
1 parent
aef4fc4
commit 87f7b79
Showing
5 changed files
with
91 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters