Skip to content

Commit

Permalink
feat: 长字符串
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim-shop committed May 12, 2023
1 parent 1469bc8 commit 09f4a68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class MainActivity : AppCompatActivity() {
when (item.itemId) {
R.id.item_about ->
MaterialAlertDialogBuilder(this@MainActivity)
.setTitle(R.string.item_about)
.setTitle(R.string.item_about_long)
.setIcon(R.drawable.ic_about_24)
.setMessage(R.string.app_about)
.setPositiveButton(android.R.string.ok) { _, _ -> }
Expand Down

0 comments on commit 09f4a68

Please sign in to comment.