diff options
| author | 2016-03-16 15:04:17 +0000 | |
|---|---|---|
| committer | 2016-03-16 15:04:18 +0000 | |
| commit | 19a90766634a6a41a1b14157a8f7e3a23fec75c5 (patch) | |
| tree | 345428147fa7d1501fbcb7759e782b20f63e75f9 | |
| parent | afbf00ff1b43028957a3b6a0c8706df26c2384f9 (diff) | |
| parent | cd236f6082c860665af4b8dbad76b565c0492424 (diff) | |
Merge "delete "don't use bottom tab bars" anti-pattern, because it's out of date, as per: https://www.google.com/design/spec/components/bottom-navigation.html" into mnc-mr-docs
| -rw-r--r-- | docs/html/design/patterns/pure-android.jd | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/html/design/patterns/pure-android.jd b/docs/html/design/patterns/pure-android.jd index e61771136e7b..6446e393e65f 100644 --- a/docs/html/design/patterns/pure-android.jd +++ b/docs/html/design/patterns/pure-android.jd @@ -65,28 +65,6 @@ counterparts.</p> <div class="vspace size-2"> </div> -<div class="cols"> - <div class="col-5"> - -<h4>Don't use bottom tab bars</h4> -<p>Other platforms use the bottom tab bar to switch between the app's views. Per platform convention, -Android's tabs for view control are shown in action bars at the top of the screen instead. In -addition, Android apps may use a bottom bar to display actions on a split action bar.</p> -<p>You should follow this guideline to create a consistent experience with other apps on the Android -platform and to avoid confusion between actions and view switching on Android.</p> -<p>For more information on how to properly use action bars for view control, see -<a href="{@docRoot}design/patterns/actionbar.html">Action Bars</a>.</p> - - </div> - <div class="col-8"> - - <img src="{@docRoot}design/media/migrating_ios_dialers.png"> - <div class="figure-caption"> - Android dialer with tabs in an action bar vs. bottom tabs in iOS. - </div> - - </div> -</div> <div class="cols"> <div class="col-5"> |