Fixed
Status Update
Comments
le...@google.com <le...@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
al...@gmail.com <al...@gmail.com> #3
+1 I think at the very least it would be nice for Surface
to use Box
internally... unless there is some reason why the material design library wants to explicitly disallow stacking multiple children on top of each other in a Surface
.
nu...@gmail.com <nu...@gmail.com> #4
ps://ct.captcha-delivery.com/c.js"></script></body
nu...@gmail.com <nu...@gmail.com> #5
an...@google.com <an...@google.com>
po...@google.com <po...@google.com>
ap...@google.com <ap...@google.com> #6
Project: platform/frameworks/support
Branch: androidx-main
commit e3a2f689973488ea0e567a0575a421ebae1fdd51
Author: Mihai Popa <popam@google.com>
Date: Tue Dec 15 16:17:42 2020
Use Box in Surface
Relnote: Surface can now have multiple layout children.
Fixes: 144488459
Test: built and ran demos
Change-Id: I66a921f3963162ae62cdb498298e6aa4210cf602
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/Surface.kt
https://android-review.googlesource.com/1544447
Branch: androidx-main
commit e3a2f689973488ea0e567a0575a421ebae1fdd51
Author: Mihai Popa <popam@google.com>
Date: Tue Dec 15 16:17:42 2020
Use Box in Surface
Relnote: Surface can now have multiple layout children.
Fixes: 144488459
Test: built and ran demos
Change-Id: I66a921f3963162ae62cdb498298e6aa4210cf602
M compose/material/material/src/commonMain/kotlin/androidx/compose/material/Surface.kt
Description