Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
Final Touches
Browse files Browse the repository at this point in the history
  • Loading branch information
javacafe01 committed Jun 2, 2019
1 parent 0ecf430 commit 9c84c5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/java/com/gsnathan/pdfviewer/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ public class Utils {

static void showLog(AppCompatActivity context) {
WhatsNew log = WhatsNew.newInstance(
new WhatsNewItem("Settings", "A lot of PDF rendering settings have been added.", R.drawable.thumbs_icon),
new WhatsNewItem("Menu", "Brand new menu that holds all the options.", R.drawable.star_icon));
new WhatsNewItem("Translation", "Added Russian localization", R.drawable.thumbs_icon),
new WhatsNewItem("Printing", "Implemented printing options", R.drawable.star_icon));
log.setTitleColor(ContextCompat.getColor(context, R.color.colorAccent));
log.setTitleText(context.getResources().getString(R.string.appChangelog));
log.setButtonText(context.getResources().getString(R.string.buttonLog));
Expand Down

0 comments on commit 9c84c5c

Please sign in to comment.