fixes after review by Hakan
authorNiki <david.roulet@uclouvain.be>
Fri, 29 Mar 2019 14:52:19 +0000 (15:52 +0100)
committerNiki <david.roulet@uclouvain.be>
Fri, 29 Mar 2019 14:52:19 +0000 (15:52 +0100)
docs/android/android.md

index 03ca848a99c97ba65a1a431d2af8719dc86e87d6..fab8e88a8f478ba70ffaf584461b420d08f1bb27 100644 (file)
@@ -84,12 +84,16 @@ This list will hold books. Each item will be represented by :
 
 Material.IO:
 
-- Title, navigation icon, search icon : Header
-- List                                : TODO: List? AdaptiveList? (I forgot the full name...)
+- Title, navigation icon, search icon : [App bar top](https://material.io/design/components/app-bars-top.html)
+- List                                : [Cards](https://material.io/design/components/cards.html)
 
-A tap will open the target book.
+A tap will open the target book in full-screen mode (i.e., the details about the card).
 
-A long press will first "select" the book (visually alter it so the user know which book is the target) then open the context menu.
+On the detailed card, you will see the description (see Description Page) and 3 buttons :
+
+- Open
+- Delete
+- "..." for a menu
 
 ### Navigation drawer
 
@@ -119,8 +123,6 @@ Material.IO:
 
 - Navigation drawer: navigation drawer
 
-TODO: is it ok to have 3 levels of drawers?
-
 ### Context menu
 
 ![Context Menu](screens/menu.jpg)
@@ -161,7 +163,9 @@ For other books (sources and authors):
 
 Material.IO:
 
-- menu: menu
+- menu: [menu](https://developer.android.com/guide/topics/ui/menus.html)
+
+The menu will NOT use sublevels but link to a [list](https://material.io/design/components/lists.html) instead.
 
 ### Description page
 
@@ -249,7 +253,7 @@ It contains 4 action buttons (first, previous, next and last chapter) and the ti
 Matrial.IO:
 
 - Header    : Header
-- Navigator : Bottom sheet
+- Navigator : [Sheets bottom](https://material.io/design/components/sheets-bottom.html)
 
 ### Text viewer