mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
do most of the steps to upgrade to compose dev08
This commit is contained in:
parent
f0492d3ee4
commit
d11cf34b3f
13 changed files with 27 additions and 31 deletions
|
|
@ -3,7 +3,7 @@ package com.geeksville.mesh.ui
|
|||
import androidx.compose.Composable
|
||||
import androidx.compose.state
|
||||
import androidx.ui.core.ContextAmbient
|
||||
import androidx.ui.core.Text
|
||||
import androidx.ui.foundation.Text
|
||||
import androidx.ui.input.ImeAction
|
||||
import androidx.ui.layout.*
|
||||
import androidx.ui.material.MaterialTheme
|
||||
|
|
@ -52,7 +52,7 @@ fun SettingsContent() {
|
|||
val bonded = RadioInterfaceService.getBondedDeviceAddress(context) != null
|
||||
if (!bonded) {
|
||||
|
||||
val typography = MaterialTheme.typography()
|
||||
val typography = MaterialTheme.typography
|
||||
|
||||
Text(
|
||||
text =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue