|
18 | 18 | <resources> |
19 | 19 |
|
20 | 20 | <string name="cat_card_title">Cards</string> |
21 | | - <string name="cat_card_draggable_card">Draggable Card</string> |
22 | 21 | <string name="cat_card_selection_mode">Selectable Cards</string> |
23 | 22 | <string name="cat_card_selectable_item_title">Message</string> |
24 | 23 | <string name="cat_card_states">Card States</string> |
25 | 24 | <string name="cat_card_list" translatable="false">Card List With Drag-and-Drop</string> |
26 | | - <string name="cat_card_draggable_card_content">This is a draggable Card.</string> |
27 | 25 | <string name="cat_card_states_card_content">This demo shows the different states on a card.</string> |
28 | 26 | <string name="cat_card_state_hovered">Hovered</string> |
29 | 27 | <string name="cat_card_state_pressed">Pressed</string> |
|
87 | 85 | <string name="cat_card_rich_media_action_1">Action 1</string> |
88 | 86 | <string name="cat_card_rich_media_action_2">Action 2</string> |
89 | 87 |
|
90 | | - <string description="A description of an action that a user of an accessibility service can perform to move the card to the top left corner of the screen. [CHAR LIMIT=25]" |
91 | | - name="cat_card_action_move_top_left">Move to top left</string> |
92 | | - |
93 | | - |
94 | 88 | <string description="A description of an action that a user of an accessibility service can perform to swap the card with the one above it. [CHAR LIMIT=25]" |
95 | 89 | name="cat_card_action_move_up">Move Up</string> |
96 | 90 | <string description="A description of an action that a user of an accessibility service can perform to swap the card with the one below it. [CHAR LIMIT=25]" |
97 | 91 | name="cat_card_action_move_down">Move Down</string> |
98 | | - <string description="A description of an action that a user of an accessibility service can perform to move the card to the top right corner of the screen. [CHAR LIMIT=25]" |
99 | | - name="cat_card_action_move_top_right">Move to top right</string> |
100 | | - <string description="A description of an action that a user of an accessibility service can perform to move the card to the bottom left corner of the screen. [CHAR LIMIT=25]" |
101 | | - name="cat_card_action_move_bottom_left">Move to bottom left</string> |
102 | | - <string description="A description of an action that a user of an accessibility service can perform to move the card to the bottom right corner of the screen. [CHAR LIMIT=25]" |
103 | | - name="cat_card_action_move_bottom_right">Move to bottom right</string> |
104 | | - <string description="A description of an action that a user of an accessibility service can perform to move the card to the center of the screen. [CHAR LIMIT=25]" |
105 | | - name="cat_card_action_move_center">Move to center</string> |
106 | 92 | <string description="A description of an action that a user of an accessibility service can perform to select the card. [CHAR LIMIT=25]" |
107 | 93 | name="cat_card_action_select">Select</string> |
108 | 94 | <string description="A description of an action that a user of an accessibility service can perform to deselect the card. [CHAR LIMIT=25]" |
|
0 commit comments