feat: add content alignment options using Material 3 SegmentedButton in EditFieldDialog

This commit is contained in:
2025-11-11 22:47:19 +01:00
parent b1e740c396
commit c76d47f687
3 changed files with 12 additions and 21 deletions
+2 -1
View File
@@ -60,7 +60,8 @@ dependencies {
implementation 'androidx.compose.ui:ui'
implementation 'androidx.compose.ui:ui-graphics'
implementation 'androidx.compose.ui:ui-tooling-preview'
implementation 'androidx.compose.material3:material3:1.1.2'
// Use BOM-managed Material3 to access SegmentedButton (connected button group) API
implementation 'androidx.compose.material3:material3'
implementation 'androidx.compose.material:material-icons-extended'
implementation 'androidx.navigation:navigation-compose:2.7.5'