referencing layout with @+id changed to @id according to code quality rules
This commit is contained in:
parent
6bfd9d07a9
commit
f35ffb0a60
|
@ -69,7 +69,7 @@
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/appBarLayout" />
|
app:layout_constraintTop_toBottomOf="@id/appBarLayout" />
|
||||||
|
|
||||||
<!-- TODO In the future we could add a toggle to switch the flash, and other possible settings -->
|
<!-- TODO In the future we could add a toggle to switch the flash, and other possible settings -->
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,7 @@
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
app:layout_constraintTop_toBottomOf="@+id/appBarLayout" />
|
app:layout_constraintTop_toBottomOf="@id/appBarLayout" />
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
android:id="@+id/userCodeMyCodeButton"
|
android:id="@+id/userCodeMyCodeButton"
|
||||||
|
|
Loading…
Reference in New Issue