Skip to content

Commit

Permalink
Merge pull request #788 from grahammendick/sheet-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
grahammendick authored Jun 30, 2024
2 parents 0eba36d + 4016179 commit 0a55641
Show file tree
Hide file tree
Showing 23 changed files with 138 additions and 237 deletions.
87 changes: 0 additions & 87 deletions documentation/native/bottom-sheet.html

This file was deleted.

3 changes: 1 addition & 2 deletions documentation/native/custom-animation.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ <h2>
<a href="pop-navigation.html">Pop Navigation</a>
<a href="navigation-bar.html">Navigation Bar</a>
<a href="tab-bar.html">Tab Bar</a>
<a href="modal.html">Modal</a>
<a href="sheet.html">Sheet</a>
<a href="drawer.html">Drawer</a>
<a href="bottom-sheet.html">Bottom Sheet</a>
<a href="floating-action-button.html">Floating Action Button (Android)</a>
<a href="scene-navigation-lifecycle.html">Navigation Lifecycle</a>
<a href="custom-animation.html" class="selected">Custom Animation</a>
Expand Down
3 changes: 1 addition & 2 deletions documentation/native/deep-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ <h2>
<a href="pop-navigation.html">Pop Navigation</a>
<a href="navigation-bar.html">Navigation Bar</a>
<a href="tab-bar.html">Tab Bar</a>
<a href="modal.html">Modal</a>
<a href="sheet.html">Sheet</a>
<a href="drawer.html">Drawer</a>
<a href="bottom-sheet.html">Bottom Sheet</a>
<a href="floating-action-button.html">Floating Action Button (Android)</a>
<a href="scene-navigation-lifecycle.html">Navigation Lifecycle</a>
<a href="custom-animation.html">Custom Animation</a>
Expand Down
3 changes: 1 addition & 2 deletions documentation/native/drawer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ <h2>
<a href="pop-navigation.html">Pop Navigation</a>
<a href="navigation-bar.html">Navigation Bar</a>
<a href="tab-bar.html">Tab Bar</a>
<a href="modal.html">Modal</a>
<a href="sheet.html">Sheet</a>
<a href="drawer.html" class="selected">Drawer</a>
<a href="bottom-sheet.html">Bottom Sheet</a>
<a href="floating-action-button.html">Floating Action Button (Android)</a>
<a href="scene-navigation-lifecycle.html">Navigation Lifecycle</a>
<a href="custom-animation.html">Custom Animation</a>
Expand Down
3 changes: 1 addition & 2 deletions documentation/native/examples.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ <h2>
<a href="pop-navigation.html">Pop Navigation</a>
<a href="navigation-bar.html">Navigation Bar</a>
<a href="tab-bar.html">Tab Bar</a>
<a href="modal.html">Modal</a>
<a href="sheet.html">Sheet</a>
<a href="drawer.html">Drawer</a>
<a href="bottom-sheet.html">Bottom Sheet</a>
<a href="floating-action-button.html">Floating Action Button (Android)</a>
<a href="scene-navigation-lifecycle.html">Navigation Lifecycle</a>
<a href="custom-animation.html">Custom Animation</a>
Expand Down
7 changes: 3 additions & 4 deletions documentation/native/floating-action-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ <h2>
<a href="pop-navigation.html">Pop Navigation</a>
<a href="navigation-bar.html">Navigation Bar</a>
<a href="tab-bar.html">Tab Bar</a>
<a href="modal.html">Modal</a>
<a href="sheet.html">Sheet</a>
<a href="drawer.html">Drawer</a>
<a href="bottom-sheet.html">Bottom Sheet</a>
<a href="floating-action-button.html" class="selected">Floating Action Button (Android)</a>
<a href="scene-navigation-lifecycle.html">Navigation Lifecycle</a>
<a href="custom-animation.html">Custom Animation</a>
Expand Down Expand Up @@ -65,10 +64,10 @@ <h1>Floating Action Button (Android)</h1>
</code></pre>
<h2>Anchoring the Floating Action Button</h2>
<p>
If you anchor the <code>FloatingActionButton</code> to another component then they will move in tandem. When the user opens an email in our example application, we anchor the floating compose button to the contact details <a href="bottom-sheet.html"><code>BottomSheet</code></a>. This prevents the sheet from obscuring the compose button. When the user expands the sheet to see the contact information then the compose button moves up, too.
If you anchor the <code>FloatingActionButton</code> to another component then they will move in tandem. When the user opens an email in our example application, we anchor the floating compose button to the contact details <a href="sheet.html"><code>Sheet</code></a>. This prevents the sheet from obscuring the compose button. When the user expands the sheet to see the contact information then the compose button moves up, too.
</p>
<pre><code class="language-jsx">&lt;CoordinatorLayout>
&lt;BottomSheet />
&lt;Sheet />
&lt;FloatingActionButton anchor="bottomSheet" />
&lt;/CoordinatorLayout></code></pre>
<h2>Cradling a Floating Action Button</h2>
Expand Down
3 changes: 1 addition & 2 deletions documentation/native/hello-world.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ <h2>
<a href="pop-navigation.html">Pop Navigation</a>
<a href="navigation-bar.html">Navigation Bar</a>
<a href="tab-bar.html">Tab Bar</a>
<a href="modal.html">Modal</a>
<a href="sheet.html">Sheet</a>
<a href="drawer.html">Drawer</a>
<a href="bottom-sheet.html">Bottom Sheet</a>
<a href="floating-action-button.html">Floating Action Button (Android)</a>
<a href="scene-navigation-lifecycle.html">Navigation Lifecycle</a>
<a href="custom-animation.html">Custom Animation</a>
Expand Down
108 changes: 0 additions & 108 deletions documentation/native/modal.html

This file was deleted.

3 changes: 1 addition & 2 deletions documentation/native/navigation-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ <h2>
<a href="pop-navigation.html">Pop Navigation</a>
<a href="navigation-bar.html" class="selected">Navigation Bar</a>
<a href="tab-bar.html">Tab Bar</a>
<a href="modal.html">Modal</a>
<a href="sheet.html">Sheet</a>
<a href="drawer.html">Drawer</a>
<a href="bottom-sheet.html">Bottom Sheet</a>
<a href="floating-action-button.html">Floating Action Button (Android)</a>
<a href="scene-navigation-lifecycle.html">Navigation Lifecycle</a>
<a href="custom-animation.html">Custom Animation</a>
Expand Down
3 changes: 1 addition & 2 deletions documentation/native/pop-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ <h2>
<a href="pop-navigation.html" class="selected">Pop Navigation</a>
<a href="navigation-bar.html">Navigation Bar</a>
<a href="tab-bar.html">Tab Bar</a>
<a href="modal.html">Modal</a>
<a href="sheet.html">Sheet</a>
<a href="drawer.html">Drawer</a>
<a href="bottom-sheet.html">Bottom Sheet</a>
<a href="floating-action-button.html">Floating Action Button (Android)</a>
<a href="scene-navigation-lifecycle.html">Navigation Lifecycle</a>
<a href="custom-animation.html">Custom Animation</a>
Expand Down
3 changes: 1 addition & 2 deletions documentation/native/push-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ <h2>
<a href="pop-navigation.html">Pop Navigation</a>
<a href="navigation-bar.html">Navigation Bar</a>
<a href="tab-bar.html">Tab Bar</a>
<a href="modal.html">Modal</a>
<a href="sheet.html">Sheet</a>
<a href="drawer.html">Drawer</a>
<a href="bottom-sheet.html">Bottom Sheet</a>
<a href="floating-action-button.html">Floating Action Button (Android)</a>
<a href="scene-navigation-lifecycle.html">Navigation Lifecycle</a>
<a href="custom-animation.html">Custom Animation</a>
Expand Down
3 changes: 1 addition & 2 deletions documentation/native/scene-navigation-lifecycle.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ <h2>
<a href="pop-navigation.html">Pop Navigation</a>
<a href="navigation-bar.html">Navigation Bar</a>
<a href="tab-bar.html">Tab Bar</a>
<a href="modal.html">Modal</a>
<a href="sheet.html">Sheet</a>
<a href="drawer.html">Drawer</a>
<a href="bottom-sheet.html">Bottom Sheet</a>
<a href="floating-action-button.html">Floating Action Button (Android)</a>
<a href="scene-navigation-lifecycle.html" class="selected">Navigation Lifecycle</a>
<a href="custom-animation.html">Custom Animation</a>
Expand Down
3 changes: 1 addition & 2 deletions documentation/native/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ <h2>
<a href="pop-navigation.html">Pop Navigation</a>
<a href="navigation-bar.html">Navigation Bar</a>
<a href="tab-bar.html">Tab Bar</a>
<a href="modal.html">Modal</a>
<a href="sheet.html">Sheet</a>
<a href="drawer.html">Drawer</a>
<a href="bottom-sheet.html">Bottom Sheet</a>
<a href="floating-action-button.html">Floating Action Button (Android)</a>
<a href="scene-navigation-lifecycle.html">Navigation Lifecycle</a>
<a href="custom-animation.html">Custom Animation</a>
Expand Down
3 changes: 1 addition & 2 deletions documentation/native/shared-element-transition.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,8 @@ <h2>
<a href="pop-navigation.html">Pop Navigation</a>
<a href="navigation-bar.html">Navigation Bar</a>
<a href="tab-bar.html">Tab Bar</a>
<a href="modal.html">Modal</a>
<a href="sheet.html">Sheet</a>
<a href="drawer.html">Drawer</a>
<a href="bottom-sheet.html">Bottom Sheet</a>
<a href="floating-action-button.html">Floating Action Button (Android)</a>
<a href="scene-navigation-lifecycle.html">Navigation Lifecycle</a>
<a href="custom-animation.html">Custom Animation</a>
Expand Down
Loading

0 comments on commit 0a55641

Please sign in to comment.