Skip to content

Commit

Permalink
Add Library resource config file. Fixes #6
Browse files Browse the repository at this point in the history
Fix lint
  • Loading branch information
vanniktech committed Mar 26, 2016
1 parent a1a3bb4 commit 8ec17d1
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
10 changes: 10 additions & 0 deletions library/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@
<!-- Do not care about this for the moment -->
<issue id="IconMissingDensityFolder" severity="ignore"/>

<!-- Can't prefix things when using AboutLibraries -->
<issue id="ResourceName">
<ignore regexp="library_emoji_strings.xml"/>
</issue>

<!-- Obviously unused since AboutLibraries will consume it -->
<issue id="UnusedResources">
<ignore regexp="library_emoji_strings.xml"/>
</issue>

</lint>
15 changes: 15 additions & 0 deletions library/src/main/res/values/library_emoji_strings.xml
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>

0 comments on commit 8ec17d1

Please sign in to comment.