-
-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from vanniktech/master_add_library_resource_config
Add Library resource config file. Fixes #6
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="define_vntfontlistpreference">year;owner</string> | ||
<string name="library_vntfontlistpreference_author">Niklas Baudy</string> | ||
<string name="library_vntfontlistpreference_libraryName">Emoji</string> | ||
<string name="library_vntfontlistpreference_libraryDescription">A simple library to add Emoji support to your Android Application.</string> | ||
<string name="library_vntfontlistpreference_libraryVersion">0.1.0</string> | ||
<string name="library_vntfontlistpreference_libraryWebsite">https://github.com/vanniktech/Emoji</string> | ||
<string name="library_vntfontlistpreference_licenseId">apache_2_0</string> | ||
<string name="library_vntfontlistpreference_isOpenSource">true</string> | ||
<string name="library_vntfontlistpreference_repositoryLink">https://github.com/vanniktech/Emoji</string> | ||
<!-- Custom variables section --> | ||
<string name="library_vntfontlistpreference_owner">Niklas Baudy</string> | ||
<string name="library_vntfontlistpreference_year">2016</string> | ||
</resources> |