Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 896adcc

Browse files
committed
Changed close icon on the changelog screen
1 parent 98a20e1 commit 896adcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/apps/jizzu/simpletodo/ui/view/ChangelogActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ChangelogActivity : BaseActivity() {
1515
super.onCreate(savedInstanceState)
1616
matchDressCode()
1717
setContentView(R.layout.activity_changelog)
18-
initToolbar(getString(R.string.whats_new_title))
18+
initToolbar(getString(R.string.whats_new_title), R.drawable.round_close_black_24)
1919
btnConfirm.setOnClickListener { onBackPressed() }
2020
}
2121

0 commit comments

Comments
 (0)