Use "wrap_content" instead of "match_parent"
Fix a linter error
This commit is contained in:
parent
fadaaa5b18
commit
da28ddfabd
|
@ -6,7 +6,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/text_selection_group_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:paddingStart="?dialogPreferredPadding"
|
||||
android:paddingTop="12dp"
|
||||
|
|
Loading…
Reference in New Issue