-
Couldn't load subscription status.
- Fork 694
Remove material-icons libraries
#11833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
Risky Change This is considered a risky change because it adjusts the sample app build.gradle, please review carefully. By adding the label |
| fun BackIconButton(onClick: () -> Unit) { | ||
| IconButton(onClick = onClick) { | ||
| Icon( | ||
| imageVector = Icons.AutoMirrored.Filled.ArrowBack, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
autoMirrored added now on all icon XML definitions
| <path | ||
| android:fillColor="@android:color/white" | ||
| android:pathData="M256,760L200,704L424,480L200,256L256,200L480,424L704,200L760,256L536,480L760,704L704,760L480,536L256,760Z"/> | ||
| </vector> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied the icons in all the example apps. Better represents how we would build an app using our APIs
|
Diffuse output: APKDEXARSC |
95aa989 to
1d61fa4
Compare
1d61fa4 to
9460870
Compare
9460870 to
17735e6
Compare
Summary
Remove
material-iconslibrariesMotivation
Prepping for Jetpack Compose 1.9.4 and in general we shouldn't be using these libraries anymore per release notes for Material 3:
Testing