Updated on 2026-08-14
This commit is contained in:
parent
7cb01dd6d8
commit
d808fbe881
7 changed files with 452 additions and 4 deletions
|
|
@ -16,7 +16,7 @@ import kotlin.math.max
|
|||
/**
|
||||
* A custom layout composable that arranges its children in a row with specific layout IDs.
|
||||
*/
|
||||
internal enum class TangemRowLayoutId {
|
||||
enum class TangemRowLayoutId {
|
||||
HEAD, START_TOP, END_TOP, START_BOTTOM, END_BOTTOM, TAIL, EXTRA_TOP
|
||||
}
|
||||
|
||||
|
|
@ -29,7 +29,7 @@ internal enum class TangemRowLayoutId {
|
|||
*/
|
||||
@Suppress("LongMethod")
|
||||
@Composable
|
||||
internal fun TangemRowContainer(
|
||||
fun TangemRowContainer(
|
||||
modifier: Modifier = Modifier,
|
||||
contentPadding: PaddingValues = PaddingValues(TangemTheme.dimens2.x3),
|
||||
content: @Composable () -> Unit,
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
12
core/ui/src/main/res/drawable/ic_chevron_small_right_24.xml
Normal file
12
core/ui/src/main/res/drawable/ic_chevron_small_right_24.xml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M11,7L15.917,11.804C16.028,11.912 16.028,12.088 15.917,12.196L11,17"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="#000000"
|
||||
android:strokeLineCap="round"/>
|
||||
</vector>
|
||||
BIN
core/ui/src/main/res/drawable/img_nft_empty_collection.webp
Normal file
BIN
core/ui/src/main/res/drawable/img_nft_empty_collection.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.8 KiB |
Loading…
Add table
Add a link
Reference in a new issue