android.md: screens
[fanfix.git] / docs / android / android.md
index 5be4ac3dd0a8f322048bc0632f3a73e973cb7bfc..6885fbf68e2df71076c6e06ed7d60a7d78d7a76e 100644 (file)
@@ -44,7 +44,7 @@ Examples :
 
 ### Library (main screen)
 
-[image]
+![Main library](screens/main_lib.jpg)
 
 #### Header
 
@@ -61,6 +61,10 @@ Title can vary upon the current displayed books:
 
 The navigation icon open the Navigation drawer.
 
+##### Search
+
+![Search/Filter](screens/search.jpg)
+
 The search icon is actually a filter: it will hide all the books that don't contain the given text (search on LUID, title and author).
 
 #### List
@@ -89,7 +93,7 @@ A long press will first "select" the book (visually alter it so the user know wh
 
 ### Navigation drawer
 
-[Image]
+![Navigation Drawer](screens/navigation.jpg)
 
 The navigation drawer will list 4 destinations:
 
@@ -117,7 +121,7 @@ TODO: is it ok to have 3 levels of drawers?
 
 ### Context menu
 
-[image]
+![Context Menu](screens/menu.jpg)
 
 The context menu options are as follow for stories:
 
@@ -159,9 +163,7 @@ Material.IO:
 
 ### Description page
 
-[image-portrait]
-
-[image-landscape]
+![Description Page](screens/desc.jpg)
 
 #### Header
 
@@ -175,6 +177,8 @@ An example can be seen in be.nikiroo.fanfix.ui.GuiReaderViewerTextOutput.java.
 
 ### Options page
 
+![Options Page](screens/options.jpg)
+
 It consists of a "Remote Library" panel:
 
 - enable : an option to enable/disable the remote library (if disabled, use the local library instead)
@@ -221,7 +225,7 @@ The program will have an internal viewer that will be able to display the 2 kind
 
 This is common to both of the viewer (this is **not** an architectural directives, I only speak about the concept here).
 
-[image]
+![Base Viewer](screens/viewer.jpg)
 
 #### Header
 
@@ -247,7 +251,7 @@ Matrial.IO:
 
 ### Text viewer
 
-[image]
+![Text Viewer](screens/viewer-text.jpg)
 
 It will contain the content of the current chapter (Story.getChapters().get(index - 1)).
 
@@ -255,7 +259,7 @@ Same layout as the Properties page uses for the resume, with just a small differ
 
 ### Image viewer
 
-[image]
+![Image Viewer](screens/viewer-image.jpg)
 
 #### Image