The StorytellerClipsRowView
inherits from StorytellerClipsListView
(see StorytellerClipsListView)
Attributes can also be applied in XML.
<?xml version="1.0" encoding="utf-8"?>
<com.storyteller.ui.list.StorytellerClipsRowView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/storyRowView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
val storytellerClipsRowView = StorytellerClipsRowView(context)
val customTheme: UiTheme
//~~~ build customized theme UITheme ~~ //
storytellerClipsRowView.theme = customTheme
storytellerClipsRowView.collection = "collectionId"
view.addView(storytellerClipsRowView)
storytellerClipsGridView.reloadData()