Added open source licenses dialog.

This commit is contained in:
Karim Abou Zeid 2015-12-28 01:06:09 +01:00
commit afd72a7129
12 changed files with 191 additions and 14 deletions

View file

@ -22,4 +22,18 @@
<item>donation_5</item>
<item>donation_6</item>
</string-array>
<string name="license_dialog_style" translatable="false">
body {
background-color: #{bg-color};
color: #{text-color};
font-family: sans-serif;
overflow-wrap: break-word;
}
pre {
background-color: #{license-bg-color};
padding: 1em;
white-space: pre-wrap;
}
</string>
</resources>

View file

@ -179,6 +179,7 @@
<string name="colored_footers">Colored footers</string>
<string name="special_thanks_to">Special thanks to</string>
<string name="changelog">Changelog</string>
<string name="licenses">Licenses</string>
<string name="permission_to_access_external_storage_denied">Permission to access external storage denied.</string>
<string name="back">back</string>
<string name="support_development">Support development</string>