Skip to content

Commit 1f06a8e

Browse files
committed
feat: camera view
1 parent ecbe6ed commit 1f06a8e

File tree

2 files changed

+310
-14
lines changed

2 files changed

+310
-14
lines changed

app/src/main/java/to/bitkit/ui/components/RectangleButton.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ package to.bitkit.ui.components
33
import androidx.compose.foundation.layout.Arrangement
44
import androidx.compose.foundation.layout.Column
55
import androidx.compose.foundation.layout.PaddingValues
6-
import androidx.compose.foundation.layout.Spacer
76
import androidx.compose.foundation.layout.fillMaxWidth
87
import androidx.compose.foundation.layout.height
98
import androidx.compose.foundation.layout.padding
109
import androidx.compose.foundation.layout.size
11-
import androidx.compose.foundation.layout.width
1210
import androidx.compose.material.icons.Icons
1311
import androidx.compose.material.icons.filled.ContentPaste
1412
import androidx.compose.material3.Button
@@ -22,7 +20,6 @@ import androidx.compose.ui.res.painterResource
2220
import androidx.compose.ui.tooling.preview.Preview
2321
import androidx.compose.ui.unit.dp
2422
import to.bitkit.R
25-
import to.bitkit.ui.theme.AppShapes
2623
import to.bitkit.ui.theme.AppThemeSurface
2724
import to.bitkit.ui.theme.Colors
2825
import to.bitkit.ui.theme.Shapes

0 commit comments

Comments
 (0)