You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 27, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: demoProjects/ExamplesRecyclerView/README.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,8 +218,44 @@ This uses a trick to have have the horizontal recycler view not get the vertical
218
218
</tr>
219
219
</table>
220
220
221
+
---------------------------
222
+
223
+
<tableborder="0">
224
+
<tr>
225
+
<td colspan="2"><b style="font-size:30px">This demos a recycler view expanding into detail view</b></td>
226
+
</tr>
227
+
<tr>
228
+
<td>
229
+
230
+
<ul><li>
231
+
232
+
<ahref="https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesRecyclerView/app/src/main/res/layout/recycler_to_detail.xml">layout/recycler_to_detail.xml</a> Top Level Layout
233
+
</li><li>
234
+
235
+
<ahref="https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesRecyclerView/app/src/main/res/xml/recycler_to_detail_scene.xml">xml/recycler_to_detail_scene.xml</a> Top Level MotionScene with expansion to detail
236
+
</li><li>
237
+
238
+
<ahref="https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesRecyclerView/app/src/main/java/com/example/motionrecycle/RecyclerToDetailView.java">RecyclerToDetailView.java</a> The activity, Adapter and ViewHolder
239
+
240
+
</li><li>
241
+
242
+
<ahref="https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesRecyclerView/app/src/main/res/layout/recycler_to_detail_item.xml">layout/recycler_to_detail_item.xml</a> The recyclerView item
243
+
244
+
</li><li>
245
+
246
+
<ahref="https://github.com/androidx/constraintlayout/blob/main/demoProjects/ExamplesRecyclerView/app/src/main/res/xml/recycler_to_detail_item_scene.xml">xml/recycler_to_detail_item_scene.xml</a> The vertical recycler view item
221
247
248
+
</li></ul>
249
+
The outer MotionLayout contains an include of a single inner MotionLayout.<br>
0 commit comments