This commit is contained in:
sathwikcs
2024-10-25 17:09:41 +05:30
parent ee1f6b8884
commit ac3a4ebe0f

View File

@@ -20,6 +20,7 @@ import androidx.compose.foundation.layout.wrapContentHeight
import androidx.compose.foundation.layout.wrapContentSize
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.filled.ArrowBack
import androidx.compose.material3.CardDefaults
import androidx.compose.material3.CircularProgressIndicator
import androidx.compose.material3.ExperimentalMaterial3Api
import androidx.compose.material3.Icon
@@ -253,9 +254,15 @@ fun HomeScreen(viewModel: HomeViewModel = hiltViewModel()) {
viewModel.startScanning()
}
}
},
colors = CardDefaults.cardColors(MaterialTheme.colorScheme.primary)
) {
Box(modifier = Modifier.fillMaxWidth()) {
Box(modifier = Modifier.fillMaxWidth()
,
)
{
Column(Modifier.align(Alignment.BottomCenter)) {
Row(
Modifier