Skip to content

Commit

Permalink
πŸ†™ update lib details screen
Browse files Browse the repository at this point in the history
  • Loading branch information
theapache64 committed Aug 11, 2023
1 parent c4b65ca commit cf1c169
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import com.theapache64.stackzy.ui.common.ErrorSnackBar
import com.theapache64.stackzy.ui.common.FullScreenError
import com.theapache64.stackzy.ui.common.Selectable
import com.theapache64.stackzy.ui.common.loading.LoadingAnimation
import com.theapache64.stackzy.util.R

@Composable
fun LibraryDetailScreen(
Expand All @@ -30,6 +31,7 @@ fun LibraryDetailScreen(

CustomScaffold(
title = pageTitle,
subTitle = R.string.lib_detail_sub_title,
onBackClicked = onBackClicked
) {
when (appsResp) {
Expand Down
1 change: 1 addition & 0 deletions src/main/kotlin/com/theapache64/stackzy/util/R.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ object R {
const val device_no_device_title = "No device connected"
const val all_action_retry = "RETRY"
const val logo = "Logo"
const val lib_detail_sub_title = "is utilized by these apps"
}
}

0 comments on commit cf1c169

Please sign in to comment.