Skip to content

Commit

Permalink
tweak about display
Browse files Browse the repository at this point in the history
  • Loading branch information
n8fr8 committed Dec 13, 2017
1 parent 2cb0d09 commit d40ab2c
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,10 @@ private void showLicenses ()
new LibsBuilder()
//provide a style (optional) (LIGHT, DARK, LIGHT_DARK_TOOLBAR)
.withActivityStyle(Libs.ActivityStyle.LIGHT_DARK_TOOLBAR)
//start the activity
.withAboutIconShown(true)
.withAboutVersionShown(true)
.withAboutAppName(getString(R.string.app_name))
//start the activity
.start(this);
}
}

0 comments on commit d40ab2c

Please sign in to comment.