Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Commit

Permalink
fix misnaming
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzbilgener committed Aug 1, 2014
1 parent f3fd340 commit 8efb1aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public View onCreateView(LayoutInflater inflater, ViewGroup container,
Bundle savedInstanceState) {
View rootView = inflater.inflate(R.layout.fragment_demo, container, false);

String[] items = { "Menu with FloatingActionBar",
String[] items = { "Menu with FloatingActionButton",
"Menu attached to custom button",
"Menu with custom animation",
"Menu in ScrollView"
Expand Down

0 comments on commit 8efb1aa

Please sign in to comment.