1
0
Fork 0

For #5104: Cleanup - Use match_constraint instead of match_parent.

Google officially recommends using match_constraint (equivalent to 0dp)
instead of match_parent when the view is contained in a ConstraintLayout.
https://developer.android.com/reference/android/support/constraint/ConstraintLayout#widgets-dimension-constraints
master
ValentinTimisica 2019-10-25 16:19:39 +03:00 committed by Emily Kager
parent c09a3d1620
commit 27cac54d53
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/exceptions"
android:layout_width="match_parent"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:visibility="gone"