blob: 1bdef93aecf3bfb52f4e5d11adef2b15384dad94 [file]
/*
Accessibility label component describing a tab's position in a list (e.g. "2 of 5").
The first format parameter is the tab's position as a number, and the second parameter is the
number of tabs.
*/
"MaterialBottomNavigationItemCountAccessibilityHint" = "%1$d of %2$d";
/*
Bottom navigation provides quick navigation between top-level views of an app.
@see https://material.io/go/design-bottom-navigation
*/
"MaterialBottomNavigationTabElementAccessibilityLabel" = "tab";