Skip to content

Commit

Permalink
Moved OverflowAnimation to experimental level
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielemariotti committed Jan 7, 2014
1 parent 5d930b9 commit d219606
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ private void openFragment(BaseFragment baseFragment) {
"List with Cursor",
"Grid with Cursor",
"List with MultiChoice (exp)",
"Overflow Animation"
"Overflow Animation (exp)"
};


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class OverflowAnimFragment extends BaseFragment {

@Override
public int getTitleResourceId() {
return R.string.carddemo_title_card;
return R.string.carddemo_title_overflow_animation;
}

@Override
Expand Down
1 change: 1 addition & 0 deletions demo/stock/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<string name="carddemo_title_list_cursor">List with Cursor</string>
<string name="carddemo_title_grid_cursor">Grid with Cursor</string>
<string name="carddemo_title_cab_list">List with MultiChoice (experimental)</string>
<string name="carddemo_title_overflow_animation">Overflow animation (experimental)</string>

<!-- Section -->
<string name="demo_section_header_standard">Standard Header without buttons</string>
Expand Down

0 comments on commit d219606

Please sign in to comment.