Skip to content

Commit fcbac91

Browse files
committed
Remove unnecessary attrs from prediction RecyclerView
1 parent 4aa9478 commit fcbac91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: prediction/src/main/res/layout/view_match_prediction_input.xml

-2
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@
199199
android:id="@+id/matchPredictionsRecyclerView"
200200
android:layout_width="0dp"
201201
android:layout_height="0dp"
202-
android:clipToPadding="false"
203-
app:layoutManager="androidx.recyclerview.widget.LinearLayoutManager"
204202
android:orientation="horizontal"
205203
android:requiresFadingEdge="horizontal"
206204
android:fadingEdgeLength="@dimen/length_fading_edge"

0 commit comments

Comments
 (0)