Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@

package com.wearconnectivityexample.ui.screens

import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.*
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.filled.ChatBubble
import androidx.compose.runtime.Composable
Expand All @@ -18,7 +15,6 @@ import androidx.wear.compose.material.Chip
import androidx.wear.compose.material.ChipDefaults
import androidx.wear.compose.material.Icon
import androidx.wear.compose.material.Text
import androidx.compose.foundation.layout.*
import androidx.compose.foundation.shape.CircleShape
import androidx.compose.material.icons.filled.ArrowUpward
import androidx.compose.ui.Alignment
Expand Down Expand Up @@ -119,4 +115,4 @@ fun ChatListScreen(
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import android.util.Log
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.PaddingValues
import androidx.compose.foundation.layout.offset
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size
import androidx.compose.foundation.layout.wrapContentSize
Expand All @@ -17,8 +15,6 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.platform.LocalContext
import androidx.compose.ui.unit.dp
import androidx.wear.compose.material.Chip
import androidx.wear.compose.material.ChipDefaults
import androidx.compose.ui.res.painterResource
import androidx.compose.ui.text.style.TextAlign
import androidx.compose.ui.unit.sp
Expand All @@ -32,9 +28,7 @@ import java.io.File
import java.io.FileInputStream
import java.io.IOException
import androidx.wear.compose.material.Icon
import androidx.wear.compose.material.ToggleButton
import com.wearconnectivityexample.R
import androidx.wear.compose.material.Text
import com.google.android.gms.wearable.DataMap

@Composable
Expand Down Expand Up @@ -165,4 +159,4 @@ fun RecordComponent(onRecordClicked: () -> Unit, checked: Boolean) {
}
}
}
}
}