1
0
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:
rami-a
2019-12-20 09:23:47 -05:00
committed by GitHub
parent b7b3c2c6c5
commit f72ed43ac5
9 changed files with 998 additions and 185 deletions

View File

@@ -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."