mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Add license and copyright
This commit is contained in:
parent
4360a8fa9a
commit
4d75e7e882
3 changed files with 679 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ import androidx.ui.layout.*
|
|||
import androidx.ui.material.Button
|
||||
import androidx.ui.material.Divider
|
||||
import androidx.ui.material.MaterialTheme
|
||||
import androidx.ui.material.TextButtonStyle
|
||||
import androidx.ui.material.TextButton
|
||||
import androidx.ui.material.surface.Surface
|
||||
import androidx.ui.tooling.preview.Preview
|
||||
import androidx.ui.unit.dp
|
||||
|
|
@ -83,7 +83,7 @@ private fun DrawerButton(
|
|||
color = backgroundColor,
|
||||
shape = RoundedCornerShape(4.dp)
|
||||
) {
|
||||
Button(onClick = action, style = TextButtonStyle()) {
|
||||
TextButton(onClick = action) {
|
||||
Row {
|
||||
VectorImage(
|
||||
modifier = LayoutGravity.Center,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue