Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5af88d62 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by android-build-merger
Browse files

Doc change: remove notifications guidelines page and redirect to material...

Doc change: remove notifications guidelines page and redirect to material spec. am: 9bb08699 am: 340a59c7 am: 9574299c
am: d4d19393

Change-Id: I10eaee18319e0b516bf1ad30bb90b0be6b1d5717
parents f36c8869 d4d19393
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -321,6 +321,8 @@ redirects:
  to: https://www.google.com/design/spec/layout/principles.html
- from: /design/patterns/navigation-drawer.html
  to: https://www.google.com/design/spec/patterns/navigation-drawer.html
- from: /design/patterns/notifications.html
  to: https://material.google.com/patterns/notifications.html
- from: /design/patterns/selection.html
  to: https://www.google.com/design/spec/patterns/selection.html
- from: /design/patterns/settings.html
+3 −1
Original line number Diff line number Diff line
@@ -105,7 +105,9 @@ Behavior on the Android Runtime (ART)</a>. Pay particular attention if:</p>

<p>Make sure your notifications take these Android 5.0 changes into account.
 To learn more about designing your notifications for Android 5.0 and higher,
 see the <a href="{@docRoot}design/patterns/notifications.html">notifications design guide</a>.
 see the <a
 href="https://material.google.com/patterns/notifications.html">notifications
 design guide</a>.
</p>

<h3 id="NotificationsMaterialDesignStyle">Material design style</h3>
+0 −17
Original line number Diff line number Diff line
@@ -90,23 +90,6 @@ toc:
      value: 使用返回和向上导航
    - name: zh-tw-lang
      value: 使用 [返回] 及 [上一層] 導覽
  - title: Notifications
    path: /design/patterns/notifications.html
    path_attributes:
    - name: es-lang
      value: Notificaciones
    - name: ja-lang
      value: 通知
    - name: ko-lang
      value: 알림
    - name: pt-br-lang
      value: Notificações
    - name: ru-lang
      value: Уведомления
    - name: zh-cn-lang
      value: 通知
    - name: zh-tw-lang
      value: 通知
  - title: Widgets
    path: /design/patterns/widgets.html
  - title: Swipe Views
+0 −9
Original line number Diff line number Diff line
@@ -70,15 +70,6 @@
       zh-tw-lang="使用 [返回] 及 [上一層] 導覽">
       Navigation</a></li>

      <li><a href="<?cs var:toroot ?>design/patterns/notifications.html"
       es-lang="Notificaciones"
       ja-lang="通知"
       ko-lang="알림"
       pt-br-lang="Notificações"
       ru-lang="Уведомления"
       zh-cn-lang="通知"
       zh-tw-lang="通知">
       Notifications</a></li>
      <li><a href="<?cs var:toroot ?>design/patterns/widgets.html">Widgets</a></li>
      <li><a href="<?cs var:toroot ?>design/patterns/swipe-views.html">Swipe Views</a></li>
      <li><a href="<?cs var:toroot ?>design/patterns/fullscreen.html">Full Screen</a></li>
+2 −1
Original line number Diff line number Diff line
@@ -92,7 +92,8 @@ to allow the user to enjoy full screen content without distraction.</p>
<p>Notifications are brief messages that users can access at any time from the status bar. They
provide updates, reminders, or information that's important, but not critical enough to warrant
interrupting the user. Open the notifications drawer by swiping down on the status bar. Touching a
notification opens the associated app. <a href="{@docRoot}design/patterns/notifications.html">More on Notifications</a></p>
notification opens the associated app. <a
href="https://material.google.com/patterns/notifications.html">More on Notifications</a></p>

<div class="cols">
  <div class="col-4">
Loading