Skip to content

Commit

Permalink
feat:更新版本,完成初版的二维码生成功能
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-XiaoLiang committed Jul 10, 2023
1 parent 1ca35e7 commit 48c1e24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lQR/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "liang.lollipop.lqrdemo"
minSdk 27
targetSdk 33
versionCode 2_00_11
versionName "2.0.11"
versionCode 2_01_00
versionName "2.1.0"
}

buildTypes {
Expand Down
1 change: 1 addition & 0 deletions lQR/src/main/java/com/lollipop/lqrdemo/CreatorActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class CreatorActivity : ColorModeActivity(), QrContentValueFragment.Callback,
setContentView(binding.root)
WindowInsetsHelper.fitsSystemWindows(this)
binding.root.fixInsetsByPadding(WindowInsetsEdge.HEADER)
bindByBack(binding.backButton)
// binding.panelGroup.fixInsetsByPadding(WindowInsetsEdge.CONTENT)
// binding.subpageGroup.adapter = SubPageAdapter(this)
// TabLayoutMediator(
Expand Down

0 comments on commit 48c1e24

Please sign in to comment.