mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-07 07:07:43 +00:00
add layout screen for choosing and editing default (non-main) layouts
This commit is contained in:
parent
6b86ea236b
commit
a3e85bc664
24 changed files with 478 additions and 82 deletions
|
@ -12,6 +12,7 @@ import androidx.compose.foundation.layout.Row
|
|||
import androidx.compose.foundation.layout.Spacer
|
||||
import androidx.compose.foundation.layout.padding
|
||||
import androidx.compose.foundation.layout.sizeIn
|
||||
import androidx.compose.foundation.layout.widthIn
|
||||
import androidx.compose.material3.LocalTextStyle
|
||||
import androidx.compose.material3.MaterialTheme
|
||||
import androidx.compose.material3.Surface
|
||||
|
@ -48,7 +49,7 @@ fun ThreeButtonAlertDialog(
|
|||
properties = properties
|
||||
) {
|
||||
Box(
|
||||
modifier = modifier.sizeIn(minWidth = 280.dp, maxWidth = 560.dp),
|
||||
modifier = modifier.widthIn(min = 280.dp, max = 560.dp),
|
||||
propagateMinConstraints = true
|
||||
) {
|
||||
Surface(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue