Update git submodules
* Update frameworks/support from branch 'androidx-main'
to 6cf009e2939410a0844205d1a49ae45249b0f858
- Merge "Deprecate ContextualFlowRow and FlowRow overflow overload" into androidx-main
- Deprecate ContextualFlowRow and FlowRow overflow overload
Fixes: 339074094
Test: N/A
Relnote: “””
ContextualFlowRow and ContextualFlowColumn have been marked as deprecated. This experimental component was introduced in 1.7 and had not yet been stabilized, and the implementation has been deemed undesirable. In the future, a component solving the use cases this component was meant to solve may be provided.
FlowRow and FlowColumn have experimental overloads that were introduced in 1.7 that include an `overflow` parameter. The use of this parameter has been deprecated, and the overloads without this parameter can be used instead. The default “overflow” behavior for these overloads will be “Clip”, as it was since its introduction.
Many use cases for ContextualFlowRow can be accomplished using FlowRow, but we acknowledge that is not true in full generality. ContextualFlowRow is completely implementable in user-space, and one can attempt to copy its implementation and adapt if desired. In the future, we hope to solve these use cases in a different way.
“””
Change-Id: Ibafec7f7926d2060f7551910264d5dd51637cafc
1 file changed