Skip to content

Commit cf1c169

Browse files
committed
πŸ†™ update lib details screen
1 parent c4b65ca commit cf1c169

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

β€Žsrc/main/kotlin/com/theapache64/stackzy/ui/feature/libdetail/LibraryDetailScreen.ktβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import com.theapache64.stackzy.ui.common.ErrorSnackBar
1717
import com.theapache64.stackzy.ui.common.FullScreenError
1818
import com.theapache64.stackzy.ui.common.Selectable
1919
import com.theapache64.stackzy.ui.common.loading.LoadingAnimation
20+
import com.theapache64.stackzy.util.R
2021

2122
@Composable
2223
fun LibraryDetailScreen(
@@ -30,6 +31,7 @@ fun LibraryDetailScreen(
3031

3132
CustomScaffold(
3233
title = pageTitle,
34+
subTitle = R.string.lib_detail_sub_title,
3335
onBackClicked = onBackClicked
3436
) {
3537
when (appsResp) {

β€Žsrc/main/kotlin/com/theapache64/stackzy/util/R.ktβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ object R {
2020
const val device_no_device_title = "No device connected"
2121
const val all_action_retry = "RETRY"
2222
const val logo = "Logo"
23+
const val lib_detail_sub_title = "is utilized by these apps"
2324
}
2425
}

0 commit comments

Comments
Β (0)