Minor improvements and preparations for the release

This commit is contained in:
2016-01-01 15:35:16 +01:00
parent 6d21a99b3d
commit eb322d94a2
17 changed files with 208 additions and 55 deletions

View File

@ -33,6 +33,7 @@ public class SettingsFragment
@Override
public boolean onPreferenceClick(Preference preference) {
new LibsBuilder()
.withActivityTitle(getActivity().getString(R.string.about))
.withActivityStyle(Libs.ActivityStyle.LIGHT_DARK_TOOLBAR)
.withAboutIconShown(true)
.withAboutVersionShown(true)