Skip to content

Commit

Permalink
* update labels for the normal Drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Apr 22, 2015
1 parent d079cde commit 623a681
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<string name="action_settings">Settings</string>

<!-- Drawer Items -->
<string name="drawer_item_compact_header">CompactHeader Sample</string>
<string name="drawer_item_action_bar">ActionBar Sample</string>
<string name="drawer_item_multi_drawer">MultiDrawer Sample</string>
<string name="drawer_item_non_translucent_status_drawer">NonTranslucentStatusDrawer Sample</string>
<string name="drawer_item_complex_header_drawer">ComplexHeaderDrawer Sample</string>
<string name="drawer_item_simple_fragment_drawer">SimpleFragment Sample</string>
<string name="drawer_item_embedded_drawer">EmbeddedDrawer Sample</string>
<string name="drawer_item_fullscreen_drawer">FullScreen Sample</string>
<string name="drawer_item_custom_container_drawer">Custom Container Sample</string>
<string name="drawer_item_compact_header">CompactHeader Drawer</string>
<string name="drawer_item_action_bar">ActionBar Drawer</string>
<string name="drawer_item_multi_drawer">Multi Drawer</string>
<string name="drawer_item_non_translucent_status_drawer">NonTranslucentStatus Drawer</string>
<string name="drawer_item_complex_header_drawer">ComplexHeader Drawer</string>
<string name="drawer_item_simple_fragment_drawer">SimpleFragment Drawer</string>
<string name="drawer_item_embedded_drawer">Embedded Drawer</string>
<string name="drawer_item_fullscreen_drawer">FullScreen Drawer</string>
<string name="drawer_item_custom_container_drawer">CustomContainer Drawer</string>
<string name="drawer_item_home">Home</string>
<string name="drawer_item_free_play">Free Play</string>
<string name="drawer_item_custom">Custom</string>
Expand Down

0 comments on commit 623a681

Please sign in to comment.