-
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.
- Simplified library - Fixed image view size problem - Deleted some functions for simplicity sake - Cleaned code
- Loading branch information
1 parent
3026b63
commit c339e92
Showing
4 changed files
with
59 additions
and
182 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="default_title">Default Title</string> | ||
<string name="default_text">Default text default text default text default text</string> | ||
<string name="default_image_content_description">Dialog Image</string> | ||
<string name="default_button_text">OK</string> | ||
<string name="loading">Loading…</string> | ||
<string name="success">Success!</string> | ||
<string name="error_title">Error</string> | ||
<string name="error_text">Oh no! It looks like something went wrong!</string> | ||
</resources> |
Oops, something went wrong.