Add StaggeredGridLayoutManagerActivity to Support7Demos

Change-Id: Ifeac68ab61f25faff64289168d34d52810a0cba5
This commit is contained in:
Vladislav Kaznacheev
2015-05-20 10:32:37 -07:00
parent a8daca6d02
commit fbd288c843
3 changed files with 69 additions and 0 deletions

View File

@@ -146,6 +146,7 @@
<string name="animated_recycler_view">RecyclerView/AnimatedRecyclerView</string>
<string name="linear_layout_manager">RecyclerView/Linear Layout Manager</string>
<string name="grid_layout_manager">RecyclerView/Grid Layout Manager</string>
<string name="staggered_grid_layout_manager">RecyclerView/Staggered Grid Layout Manager</string>
<string name="checkbox_orientation">Horz.</string>
<string name="checkbox_reverse">Rev.</string>
<string name="checkbox_layout_dir">Layout Dir</string>
@@ -190,4 +191,5 @@
<string name="drag">drag me</string>
<string name="swipe">swipe me</string>
<string name="swiping">swiping</string>
<string name="vertical">vertical</string>
</resources>