1
0
mirror of https://github.com/flutter/samples.git synced 2026-06-18 04:09:14 +00:00

[Gallery] Add Snackbars demo (#186)

* Add snackbars demo
This commit is contained in:
Per Classon
2019-12-17 11:17:24 +01:00
committed by GitHub
parent cdddc471d7
commit d4968124c9
9 changed files with 441 additions and 1 deletions

View File

@@ -713,6 +713,34 @@
name="demoTabsDescription"
description="Description for tabs demo."
>Tabs organize content across different screens, data sets, and other interactions.</string>
<string
name="demoSnackbarsTitle"
description="Title for snackbars demo."
>Snackbars</string>
<string
name="demoSnackbarsSubtitle"
description="Subtitle for snackbars demo."
>Snackbars show messages at the bottom of the screen</string>
<string
name="demoSnackbarsDescription"
description="Description for snackbars demo."
>Snackbars inform users of a process that an app has performed or will perform. They appear temporarily, towards the bottom of the screen. They shouldnt interrupt the user experience, and they dont require user input to disappear.</string>
<string
name="demoSnackbarsButtonLabel"
description="Label for button to show a snackbar."
>SHOW A SNACKBAR</string>
<string
name="demoSnackbarsText"
description="Text to show on a snackbar."
>This is a snackbar.</string>
<string
name="demoSnackbarsActionButtonLabel"
description="Label for action button text on the snackbar."
>ACTION</string>
<string
name="demoSnackbarsAction"
description="Text that appears when you press on a snackbars action."
>You pressed the snackbar action.</string>
<string
name="demoSelectionControlsTitle"
description="Title for selection controls demo."