Fixed
Status Update
Comments
an...@google.com <an...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 23a7d960caf43390a554700d3c56ada189a9d10e
Author: Louis Pullen-Freilich <lpf@google.com>
Date: Mon Aug 10 15:11:36 2020
IconButton / IconToggleButton API scrub
Test: ./gradlew updateApi
Bug: b/161809385
Bug: b/161807956
Relnote: "Adds enabled parameter to IconButton, and reorders parameters in IconToggleButton"
Change-Id: I0a9419b1a631cadad451395302ad87b7f9214f96
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/IconButton.kt
https://android-review.googlesource.com/1394868
Branch: androidx-master-dev
commit 23a7d960caf43390a554700d3c56ada189a9d10e
Author: Louis Pullen-Freilich <lpf@google.com>
Date: Mon Aug 10 15:11:36 2020
IconButton / IconToggleButton API scrub
Test: ./gradlew updateApi
Bug:
Bug:
Relnote: "Adds enabled parameter to IconButton, and reorders parameters in IconToggleButton"
Change-Id: I0a9419b1a631cadad451395302ad87b7f9214f96
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/src/commonMain/kotlin/androidx/compose/material/IconButton.kt
fa...@google.com <fa...@google.com> #3
Specs by button type--
- Contained button
- Container: 12% On Surface (#000) for the fill
- Content/ink: 38% On Surface
- Outlined button
- Content/ink: 38% On Surface
- Text button
- Content/ink: 38% On Surface
- Toggle button icon
- Content/ink: 38% On Surface
For content/ink, 38% is disabled emphasis in the emphasis system.
Elevation is not always 0dp for disabled state but can be.
ap...@google.com <ap...@google.com> #4
Project: platform/frameworks/support
Branch: androidx-master-dev
commit 3358c707c7c1b1cf51b363011277930bfb2ca00b
Author: Andrey Kulikov <andreykulikov@google.com>
Date: Fri May 01 15:44:51 2020
Buttons visually look like they should according to the specs in the disabled state
We only modify the default values so all the params could be customized.
Relnote: Disabled buttons now visually follows the Material Design specification
Bug: 155076924
Test: manually, new tests
Change-Id: I47dcb49c2306b497f2166b621a00d8a2896795e3
M ui/ui-material/api/0.1.0-dev11.txt
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_0.1.0-dev11.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_0.1.0-dev11.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/integration-tests/material-demos/src/main/java/androidx/ui/material/demos/ButtonDemo.kt
M ui/ui-material/src/androidTest/java/androidx/ui/material/ButtonTest.kt
M ui/ui-material/src/main/java/androidx/ui/material/Button.kt
M ui/ui-test/api/0.1.0-dev11.txt
M ui/ui-test/api/current.txt
M ui/ui-test/api/public_plus_experimental_0.1.0-dev11.txt
M ui/ui-test/api/public_plus_experimental_current.txt
M ui/ui-test/api/restricted_0.1.0-dev11.txt
M ui/ui-test/api/restricted_current.txt
M ui/ui-test/src/main/java/androidx/ui/test/BitmapHelpers.kt
https://android-review.googlesource.com/1300073
Branch: androidx-master-dev
commit 3358c707c7c1b1cf51b363011277930bfb2ca00b
Author: Andrey Kulikov <andreykulikov@google.com>
Date: Fri May 01 15:44:51 2020
Buttons visually look like they should according to the specs in the disabled state
We only modify the default values so all the params could be customized.
Relnote: Disabled buttons now visually follows the Material Design specification
Bug: 155076924
Test: manually, new tests
Change-Id: I47dcb49c2306b497f2166b621a00d8a2896795e3
M ui/ui-material/api/0.1.0-dev11.txt
M ui/ui-material/api/current.txt
M ui/ui-material/api/public_plus_experimental_0.1.0-dev11.txt
M ui/ui-material/api/public_plus_experimental_current.txt
M ui/ui-material/api/restricted_0.1.0-dev11.txt
M ui/ui-material/api/restricted_current.txt
M ui/ui-material/integration-tests/material-demos/src/main/java/androidx/ui/material/demos/ButtonDemo.kt
M ui/ui-material/src/androidTest/java/androidx/ui/material/ButtonTest.kt
M ui/ui-material/src/main/java/androidx/ui/material/Button.kt
M ui/ui-test/api/0.1.0-dev11.txt
M ui/ui-test/api/current.txt
M ui/ui-test/api/public_plus_experimental_0.1.0-dev11.txt
M ui/ui-test/api/public_plus_experimental_current.txt
M ui/ui-test/api/restricted_0.1.0-dev11.txt
M ui/ui-test/api/restricted_current.txt
M ui/ui-test/src/main/java/androidx/ui/test/BitmapHelpers.kt
Description
No description yet.