Loading app/src/main/java/com/gsnathan/pdfviewer/Utils.java +1 −2 Original line number Diff line number Diff line Loading @@ -52,8 +52,7 @@ public class Utils { static void showLog(AppCompatActivity context) { WhatsNew log = WhatsNew.newInstance( new WhatsNewItem("File Manager", "Enable on start of the app", R.drawable.star_icon), new WhatsNewItem("Zoom", "Changed from 3x to 5x", R.drawable.thumbs_icon) new WhatsNewItem("Bugs", "A bunch of bug fixes.", R.drawable.star_icon) ); log.setTitleColor(Color.BLACK); log.setTitleText(context.getResources().getString(R.string.appChangelog)); Loading Loading
app/src/main/java/com/gsnathan/pdfviewer/Utils.java +1 −2 Original line number Diff line number Diff line Loading @@ -52,8 +52,7 @@ public class Utils { static void showLog(AppCompatActivity context) { WhatsNew log = WhatsNew.newInstance( new WhatsNewItem("File Manager", "Enable on start of the app", R.drawable.star_icon), new WhatsNewItem("Zoom", "Changed from 3x to 5x", R.drawable.thumbs_icon) new WhatsNewItem("Bugs", "A bunch of bug fixes.", R.drawable.star_icon) ); log.setTitleColor(Color.BLACK); log.setTitleText(context.getResources().getString(R.string.appChangelog)); Loading