Skip to content

Commit

Permalink
Revert "优化布局样式 (#359)" (#360)
Browse files Browse the repository at this point in the history
This reverts commit 4619a46.
  • Loading branch information
XPHXPHL authored Aug 21, 2023
1 parent 4619a46 commit 9c22fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/statusbar/lyric/activity/page/MenuPage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ class MenuPage : BasePage() {

Line()
TitleText(textId = R.string.module_version)
TextSummary(textId = R.string.module_version, tips = "${BuildConfig.VERSION_NAME}(${BuildConfig.VERSION_CODE})-${BuildConfig.BUILD_TYPE}")
TextSA(textId = R.string.module_version, tips = "${BuildConfig.VERSION_NAME}(${BuildConfig.VERSION_CODE})-${BuildConfig.BUILD_TYPE}")
val buildTime = SimpleDateFormat("yyyy-MM-dd HH:mm", Locale.getDefault()).format(BuildConfig.BUILD_TIME)
TextSummary(textId = R.string.module_build_time, tips = buildTime)
TextSA(textId = R.string.module_build_time, tips = buildTime)
Text()
}
}

0 comments on commit 9c22fe0

Please sign in to comment.