|
|
|
@ -334,6 +334,15 @@
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/tvAnswerTemplate" />
|
|
|
|
|
|
|
|
|
|
<CheckBox
|
|
|
|
|
android:id="@+id/cbCc"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginTop="12dp"
|
|
|
|
|
android:text="@string/title_rule_cc"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toBottomOf="@id/spAnswer" />
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.Group
|
|
|
|
|
android:id="@+id/grpReady"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
@ -350,13 +359,15 @@
|
|
|
|
|
android:id="@+id/grpMove"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
app:constraint_referenced_ids="tvMoveTarget,spTarget" />
|
|
|
|
|
app:constraint_referenced_ids="
|
|
|
|
|
tvMoveTarget,spTarget" />
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.Group
|
|
|
|
|
android:id="@+id/grpAnswer"
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="0dp"
|
|
|
|
|
app:constraint_referenced_ids="tvAnswerIdentity,spIdent,tvAnswerTemplate,spAnswer" />
|
|
|
|
|
app:constraint_referenced_ids="
|
|
|
|
|
tvAnswerIdentity,spIdent,tvAnswerTemplate,spAnswer,cbCc" />
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
</ScrollView>
|
|
|
|
|
|
|
|
|
|