-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
26 additions
and
22 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
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
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
20 changes: 10 additions & 10 deletions
20
library/src/main/res/values/library_introduction_strings.xml
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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?><!-- Support for AboutLibraries by Mike Penz (https://github.com/mikepenz/AboutLibraries) --> | ||
<resources> | ||
<string name="define_introduction" /> | ||
<resources xmlns:tools="http://schemas.android.com/tools"> | ||
<string name="define_introduction" tools:ignore="UnusedResources" /> | ||
<!-- Author section --> | ||
<string name="library_introduction_author">Ruben Gees</string> | ||
<string name="library_introduction_authorWebsite">https://github.com/RubenGees</string> | ||
<string name="library_introduction_authorWebsite" tools:ignore="UnusedResources">https://github.com/RubenGees</string> | ||
<!-- Library section --> | ||
<string name="library_introduction_libraryName">Introduction</string> | ||
<string name="library_introduction_libraryDescription">Show a beautiful Intro to your users with ease.</string> | ||
<string name="library_introduction_libraryWebsite">https://github.com/RubenGees/Introduction</string> | ||
<string name="library_introduction_libraryVersion">1.0.4</string> | ||
<string name="library_introduction_libraryName" tools:ignore="UnusedResources">Introduction</string> | ||
<string name="library_introduction_libraryDescription" tools:ignore="UnusedResources">Show a beautiful Intro to your users with ease.</string> | ||
<string name="library_introduction_libraryWebsite" tools:ignore="UnusedResources">https://github.com/RubenGees/Introduction</string> | ||
<string name="library_introduction_libraryVersion" tools:ignore="UnusedResources">1.0.4</string> | ||
<!-- OpenSource section --> | ||
<string name="library_introduction_isOpenSource">true</string> | ||
<string name="library_introduction_repositoryLink">https://github.com/RubenGees/Introduction</string> | ||
<string name="library_introduction_isOpenSource" tools:ignore="UnusedResources">true</string> | ||
<string name="library_introduction_repositoryLink" tools:ignore="UnusedResources">https://github.com/RubenGees/Introduction</string> | ||
<!-- License section --> | ||
<string name="library_introduction_licenseId">apache_2_0</string> | ||
<string name="library_introduction_licenseId" tools:ignore="UnusedResources">apache_2_0</string> | ||
<!-- Custom variables section --> | ||
</resources> |
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
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