Fixed
Status Update
Comments
ma...@google.com <ma...@google.com>
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 58853a312465060636470673a10d8549aa2b9d9b
Author: Max Alfonso-Ying <maxying@google.com>
Date: Thu Jun 22 18:41:13 2023
Support vertical dividers
Fixes: b/288438593
Test: added
Relnote: Dividers now have a parameter to control orientation to support vertical dividers.
Change-Id: I4c8999504b8f853c5c898fd960d5b4a0e9c02491
M compose/material3/material3/api/current.txt
M compose/material3/material3/api/restricted_current.txt
M compose/material3/material3/src/androidAndroidTest/kotlin/androidx/compose/material3/DividerTest.kt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/Divider.kt
https://android-review.googlesource.com/2635150
Branch: androidx-main
commit 58853a312465060636470673a10d8549aa2b9d9b
Author: Max Alfonso-Ying <maxying@google.com>
Date: Thu Jun 22 18:41:13 2023
Support vertical dividers
Fixes:
Test: added
Relnote: Dividers now have a parameter to control orientation to support vertical dividers.
Change-Id: I4c8999504b8f853c5c898fd960d5b4a0e9c02491
M compose/material3/material3/api/current.txt
M compose/material3/material3/api/restricted_current.txt
M compose/material3/material3/src/androidAndroidTest/kotlin/androidx/compose/material3/DividerTest.kt
M compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/Divider.kt
na...@google.com <na...@google.com> #3
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3:material3:1.2.0-alpha04
androidx.compose.material3:material3-android:1.2.0-alpha04
Description
Currently, dividers are only supported for horizontal content, but the spec allows vertical dividers as well.