mirror of
https://github.com/flutter/samples.git
synced 2026-07-14 04:51:29 +00:00
Implement Cupertino switch and slider demos (#196)
This commit is contained in:
@@ -609,6 +609,34 @@
|
||||
name="demoCupertinoSegmentedControlDescription"
|
||||
description="Description for the cupertino segmented control component demo."
|
||||
>Used to select between a number of mutually exclusive options. When one option in the segmented control is selected, the other options in the segmented control cease to be selected.</string>
|
||||
<string
|
||||
name="demoCupertinoSliderTitle"
|
||||
description="Title for the cupertino slider component demo."
|
||||
>Slider</string>
|
||||
<string
|
||||
name="demoCupertinoSliderSubtitle"
|
||||
description="Subtitle for the cupertino slider component demo."
|
||||
>iOS-style slider</string>
|
||||
<string
|
||||
name="demoCupertinoSliderDescription"
|
||||
description="Description for the cupertino slider component demo."
|
||||
>A slider can be used to select from either a continuous or a discrete set of values.</string>
|
||||
<string
|
||||
name="demoCupertinoSliderContinuous"
|
||||
description="A label for a continuous slider that indicates what value it is set to."
|
||||
>Continuous: {value}</string>
|
||||
<string
|
||||
name="demoCupertinoSliderDiscrete"
|
||||
description="A label for a discrete slider that indicates what value it is set to."
|
||||
>Discrete: {value}</string>
|
||||
<string
|
||||
name="demoCupertinoSwitchSubtitle"
|
||||
description="Subtitle for the cupertino switch component demo."
|
||||
>iOS-style switch</string>
|
||||
<string
|
||||
name="demoCupertinoSwitchDescription"
|
||||
description="Description for the cupertino switch component demo."
|
||||
>A switch is used to toggle the on/off state of a single setting.</string>
|
||||
<string
|
||||
name="demoCupertinoTabBarTitle"
|
||||
description="Title for the cupertino bottom tab bar demo."
|
||||
|
||||
Reference in New Issue
Block a user