Fix build errors

Lint found fatal errors while assembling a release target.

Error: @id/checkbox is not a sibling in the same RelativeLayout.
This commit is contained in:
Ingo Brückl
2022-08-25 19:16:26 +02:00
parent fd693bf9d8
commit a10cc0026d
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
style="@style/AuroraTextStyle.Subtitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_toStartOf="@id/checkbox" />
android:layout_toStartOf="@id/radiobutton" />
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/line2"

View File

@@ -28,7 +28,7 @@
style="@style/AuroraTextStyle.Subtitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_toStartOf="@id/checkbox" />
android:layout_toStartOf="@id/radiobutton" />
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/line2"