-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/android 13547 sheet with action buttons (#293)
* ANDROID-13479 Add chevron to Button in compose * ANDROID-13479 Add chevron to Button in xml * ANDROID-13479 update chevron alpha on button disabled * ANDROID-13479 update using the same dimens in compose than in xml for the chevron spacing * ANDROID-13479 using the same text on chevron sample buttons * ANDROID-13479 rename hasChevron to withChevron * ANDROID-13479 scale chevron in compose according to textHeight * ANDROID-13479 separating the constant of the chevron aspect ratio * ANDROID-13479 update using a typeface (misticafont) for classic views * ANDROID-13479 Using a compose wrapper for LinkButton * ANDROID-13479 Using the compose wrapper for progress * ANDROID-13479 Added button styles and renaming to MisticaButton * ANDROID-13479 add Upgrade message * ANDROID-13479 update upgrading message * ANDROID-13479 remove unused attribute * ANDROID-13479 remove unused attribute * ANDROID-13479 cleaning constructors * ANDROID-13479 default button value set to PRIMARY * ANDROID-13479 add UPGRADING message * ANDROID-13479 add UPGRANDROID-13479 add UPGRADING messageADING message * ANDROID-13547 Sheet with bottom actions * ANDROID-13479 renamed button.MisticaButton to button2.Button * ANDROID-13547 using button2.Button * ANDROID-13547 using withChevron public property * ANDROID-13547 imPRovement * ANDROID-13547 imPRovement * ANDROID-13547 Sheet Header design changes * ANDROID-13547 extracted setBottomActionsContent
- Loading branch information
Showing
10 changed files
with
252 additions
and
28 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
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
Oops, something went wrong.