aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index 1fe5980..c1e36e0 100644
--- a/README.md
+++ b/README.md
@@ -75,26 +75,25 @@ Used to call APIs.
## Usage
### Swipe refresh
-<img src="https://adjutor.xyz/gif/refresh-feature.gif" alt="swipe_refresh" width="300"/>
+<img src="https://adjutor.xyz/gif/refresh-feature.gif" alt="swipe_refresh" width="350"/>
### Previous
Displaying a snack when hitting the previously button on the first page :
-<img src="https://adjutor.xyz/gif/prev-button-message.gif" alt="previous_button_on_first_page" width="300"/>
+<img src="https://adjutor.xyz/gif/prev-button-message.gif" alt="previous_button_on_first_page" width="350"/>
-This is a reminder since there's a bug (or a feature ;) ) that reset the page number inside the app/code but not the actual list displayed.
+This is a reminder since there's a bug (or a feature ;) ) that resets the page number variable but not the actual list displayed.
### Next
-<img src="https://adjutor.xyz/gif/next-button.gif" alt="next_button" width="300"/>
+<img src="https://adjutor.xyz/gif/next-button.gif" alt="next_button" width="350"/>
### Text selection and openable link
-<img src="https://adjutor.xyz/gif/text-selection-and-link.gif" alt="next_button" width="300"/>
+<img src="https://adjutor.xyz/gif/text-selection-and-link.gif" alt="next_button" width="350"/>
### Search
-<img src="https://adjutor.xyz/gif/search-feature.gif" alt="search_pages" width="300"/>
+<img src="https://adjutor.xyz/gif/search-feature.gif" alt="search_pages" width="350"/>
-## You Should Know
-Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using.
+Searching for an item using 2 or less characters will result in an API error. This error is normal, it comes from the REST API I'm using. \ No newline at end of file
href='/Aniki.git/commit/README.md?h=feature/top_anime_handling&id=d9a2d9b209f46aff5a47caff1ffcd3de4786e6f6&follow=1'>Update README.mdClyhtsuriva1-1/+1 2021-05-19Update README.mdClyhtsuriva1-8/+10 2021-05-19Update README.mdClyhtsuriva1-1/+2 2021-05-19Update README.mdClyhtsuriva1-8/+7 2021-05-19Update README.mdrelease/3.2.1Clyhtsuriva1-6/+21 2021-05-19Big updaterelease/3.2Clyhtsuriva55-235/+193 Restructuring the packages and adding a Constants.kt for the api URL. Also adding gson in Singletons.kt 2021-05-19Update README.mdClyhtsuriva1-1/+5 2021-05-14Update README.mdClyhtsuriva1-1/+3 2021-05-14Update README.mdClyhtsuriva1-0/+23 2021-05-14Update README.md and adding logo onto the main screenrelease/3.1Clyhtsuriva2-10/+13 2021-05-14Singletons on all pages : OKClyhtsuriva6-125/+81 2021-05-14Singletons : DetailTopManga : OKClyhtsuriva2-21/+49 2021-05-14Addedd Singletons for TopManga.Clyhtsuriva3-23/+43