1
0
mirror of https://github.com/flutter/samples.git synced 2026-07-09 10:31:48 +00:00

[Gallery] Implement Cupertino tab bar demo (#195)

This commit is contained in:
rami-a
2019-12-18 13:47:21 -05:00
committed by GitHub
parent 82e462d9b8
commit 5b5ceed664
7 changed files with 751 additions and 0 deletions

View File

@@ -609,6 +609,30 @@
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="demoCupertinoTabBarTitle"
description="Title for the cupertino bottom tab bar demo."
>Tab Bar</string>
<string
name="demoCupertinoTabBarSubtitle"
description="Subtitle for the cupertino bottom tab bar demo."
>iOS-style bottom tab bar</string>
<string
name="demoCupertinoTabBarDescription"
description="Description for the cupertino bottom tab bar demo."
>An iOS-style bottom navigation tab bar. Displays multiple tabs with one tab being active, the first tab by default.</string>
<string
name="cupertinoTabBarHomeTab"
description="Title for the home tab in the bottom tab bar demo."
>Home</string>
<string
name="cupertinoTabBarChatTab"
description="Title for the chat tab in the bottom tab bar demo."
>Chat</string>
<string
name="cupertinoTabBarProfileTab"
description="Title for the profile tab in the bottom tab bar demo."
>Profile</string>
<string
name="demoColorsTitle"
description="Title for the colors demo."