|
|
@@ -3,10 +3,11 @@
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent">
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:descendantFocusability="blocksDescendants"
|
|
|
- android:id="@+id/recycler_view_main_banner_view"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"/>
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:descendantFocusability="blocksDescendants">
|
|
|
+
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/recycler_view_main_banner_view"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"/>
|
|
|
</android.support.constraint.ConstraintLayout>
|