mirror of
https://github.com/Aviortheking/Neo-Store.git
synced 2025-04-23 19:32:16 +00:00
Add: Releases' section title
This commit is contained in:
parent
5f3a174b14
commit
1253121938
@ -21,6 +21,7 @@ import androidx.compose.foundation.layout.padding
|
||||
import androidx.compose.foundation.lazy.LazyColumn
|
||||
import androidx.compose.foundation.lazy.items
|
||||
import androidx.compose.material3.ExperimentalMaterial3Api
|
||||
import androidx.compose.material3.MaterialTheme
|
||||
import androidx.compose.material3.Scaffold
|
||||
import androidx.compose.material3.SnackbarHost
|
||||
import androidx.compose.material3.SnackbarHostState
|
||||
@ -607,7 +608,13 @@ class AppSheetX() : FullscreenBottomSheetDialogFragment(), Callbacks {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
item {
|
||||
Text(
|
||||
text = stringResource(id = R.string.releases),
|
||||
style = MaterialTheme.typography.titleMedium,
|
||||
modifier = Modifier.padding(start = 14.dp)
|
||||
)
|
||||
}
|
||||
items(items = releaseItems) { item ->
|
||||
ReleaseItem(
|
||||
release = item.first,
|
||||
|
@ -205,4 +205,5 @@
|
||||
<string name="favorite_add">Add to favorites</string>
|
||||
<string name="open">Open</string>
|
||||
<string name="loading_list">Loading list…</string>
|
||||
<string name="releases">Releases</string>
|
||||
</resources>
|
||||
|
Loading…
x
Reference in New Issue
Block a user