This repository has been archived by the owner on Oct 2, 2018. It is now read-only.
forked from mikepenz/AboutLibraries
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct error in library_photoview and add
library_narrate_android
- Loading branch information
1 parent
1ebc4af
commit 2f8ecbe
Showing
2 changed files
with
24 additions
and
1 deletion.
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,23 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
|
||
<resources> | ||
<string name="define_int_narrate_android">year;owner</string> | ||
<!-- Author section --> | ||
<string name="library_narrate_android_author">Timothy Miko</string> | ||
<string name="library_narrate_android_authorWebsite">https://github.com/timothymiko</string> | ||
<!-- Library section --> | ||
<string name="library_narrate_android_libraryName">Narrate</string> | ||
<string name="library_narrate_android_libraryDescription">Narrate is a beautiful and functional open source journal for Android</string> | ||
<string name="library_narrate_android_libraryWebsite">https://github.com/timothymiko/narrate-android</string> | ||
<string name="library_narrate_android_libraryVersion">2.4.0</string> | ||
<!-- OpenSource section --> | ||
<string name="library_narrate_android_isOpenSource">true</string> | ||
<string name="library_narrate_android_repositoryLink"></string> | ||
<!-- ClassPath for autoDetect section --> | ||
<string name="library_narrate_android_classPath">uk.co.senab.photoview.BuildConfig</string> | ||
<!-- License section --> | ||
<string name="library_narrate_android_licenseId">apache_2_0</string> | ||
<!-- Custom variables section --> | ||
<string name="library_narrate_android_year">2016</string> | ||
<string name="library_narrate_android_owner">Timothy Miko</string> | ||
</resources> |