treehouses/remote

actions: fix textview error

dogi opened this issue · 0 comments

dogi commented

https://github.com/treehouses/remote/actions/runs/9553606429/job/26332797279#step:6:235

/home/runner/work/remote/remote/app/src/main/res/layout/dialog_tor_ports.xml:37: Error: @+id/textView2 is not a sibling in the same ConstraintLayout [NotSibling]
> Task :app:lintVitalReportRelease
            app:layout_constraintEnd_toEndOf="@+id/textView2"
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

   Explanation for issues of type "NotSibling":
   Layout constraints in a given ConstraintLayout or RelativeLayout should
   reference other views within the same relative layout (but not itself!)