<android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:itemCount="5"
tools:layoutManager="android.support.v7.widget.GridLayoutManager"
tools:listitem="@layout/item_video"
tools:orientation="horizontal"
tools:scrollbars="horizontal"
tools:spanCount="2" />
navigation-*-ktx
から navigation-*
へのDependencyが定義されているので、 -ktx
じゃないほうは明示的にはいらない (依存定義は -ktx
の2つだけでよさそう) のかもしれないですね