diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-28 11:31:01 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-28 11:31:01 -0400 |
| commit | 11052fe2ece8d141779961809a1f4a713a2f9827 (patch) | |
| tree | 6c221b7226dbc256bdd2a125b552c207adcf2f54 /static/usage.html | |
| parent | 73fe507bb58a68251480f3feebf6e780d07d05c5 (diff) | |
add 3-button navigation introduction
Diffstat (limited to 'static/usage.html')
| -rw-r--r-- | static/usage.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/usage.html b/static/usage.html index eee9a94b..c2821a50 100644 --- a/static/usage.html +++ b/static/usage.html @@ -214,6 +214,11 @@ <section id="3-button-navigation"> <h3><a href="#3-button-navigation">3-button navigation</a></h3> + <p>3-button navigation is Android's oldest touchscreen-based navigation + system. It will remain supported for the foreseeable future to provide + accessibility for users unable to easily use the gestures. It's older than + 2-button navigation but isn't considered a legacy feature.</p> + <p>A large row across the bottom of the screen is reserved for navigation buttons. The <strong>Back</strong> button is on the left, the <strong>Home</strong> button is in the center and the <strong>Recent |
