Added open source licenses dialog.
This commit is contained in:
parent
1816c264a9
commit
afd72a7129
12 changed files with 191 additions and 14 deletions
|
|
@ -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>
|
||||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue