Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c84c5c5 authored by Gokul Swaminathan's avatar Gokul Swaminathan
Browse files

Final Touches

parent 0ecf430d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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));