PIN unlock : adjust ui a bit
This commit is contained in:
parent
05a999acd4
commit
da4dd44654
2 changed files with 4 additions and 2 deletions
|
|
@ -78,7 +78,9 @@ fun PinUnlockView(
|
|||
)
|
||||
}
|
||||
val footer = @Composable {
|
||||
PinUnlockFooter()
|
||||
PinUnlockFooter(
|
||||
modifier = Modifier.padding(top = 24.dp)
|
||||
)
|
||||
}
|
||||
val content = @Composable { constraints: BoxWithConstraintsScope ->
|
||||
PinKeypad(
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ import io.element.android.libraries.theme.ElementTheme
|
|||
import kotlinx.collections.immutable.ImmutableList
|
||||
import kotlinx.collections.immutable.persistentListOf
|
||||
|
||||
private val spaceBetweenPinKey = 8.dp
|
||||
private val spaceBetweenPinKey = 16.dp
|
||||
private val maxSizePinKey = 80.dp
|
||||
|
||||
@Composable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue