|
131 | 131 | app:layout_constraintStart_toEndOf="@+id/warning2"
|
132 | 132 | app:layout_constraintTop_toBottomOf="@+id/passView" />
|
133 | 133 |
|
| 134 | + |
| 135 | + <ImageView |
| 136 | + android:id="@+id/warning" |
| 137 | + android:layout_width="20dp" |
| 138 | + android:layout_height="20dp" |
| 139 | + android:layout_marginStart="20dp" |
| 140 | + android:contentDescription="@string/no_text" |
| 141 | + app:layout_constraintBottom_toBottomOf="@+id/passQualityText" |
| 142 | + app:layout_constraintStart_toStartOf="parent" |
| 143 | + app:layout_constraintTop_toTopOf="@+id/passQualityText" |
| 144 | + app:srcCompat="@drawable/alert_circle_outline" |
| 145 | + app:tint="@color/black" /> |
| 146 | + |
| 147 | + <ImageView |
| 148 | + android:id="@+id/warning2" |
| 149 | + android:layout_width="20dp" |
| 150 | + android:layout_height="20dp" |
| 151 | + android:layout_marginStart="20dp" |
| 152 | + android:contentDescription="@string/no_text" |
| 153 | + app:layout_constraintBottom_toBottomOf="@+id/passQualityText" |
| 154 | + app:layout_constraintStart_toEndOf="@+id/warning" |
| 155 | + app:layout_constraintTop_toTopOf="@+id/passQualityText" |
| 156 | + app:srcCompat="@drawable/alert_circle_check_outline" |
| 157 | + app:tint="@color/black" /> |
134 | 158 | <TextView
|
135 | 159 | android:id="@+id/passQuality"
|
136 | 160 | android:layout_width="wrap_content"
|
|
442 | 466 |
|
443 | 467 | </com.google.android.material.chip.ChipGroup>
|
444 | 468 |
|
445 |
| - <ImageView |
446 |
| - android:id="@+id/warning" |
447 |
| - android:layout_width="20dp" |
448 |
| - android:layout_height="20dp" |
449 |
| - android:layout_marginStart="20dp" |
450 |
| - android:contentDescription="@string/no_text" |
451 |
| - app:layout_constraintBottom_toBottomOf="@+id/passQualityText" |
452 |
| - app:layout_constraintStart_toStartOf="parent" |
453 |
| - app:layout_constraintTop_toTopOf="@+id/passQualityText" |
454 |
| - app:srcCompat="@drawable/alert_circle_outline" |
455 |
| - app:tint="@color/black" /> |
456 | 469 |
|
457 | 470 | <ImageView
|
458 | 471 | android:id="@+id/tooEasyImg"
|
|
480 | 493 | app:srcCompat="@drawable/database_lock_outline"
|
481 | 494 | app:tint="@color/black" />
|
482 | 495 |
|
483 |
| - <ImageView |
484 |
| - android:id="@+id/warning2" |
485 |
| - android:layout_width="20dp" |
486 |
| - android:layout_height="20dp" |
487 |
| - android:layout_marginStart="20dp" |
488 |
| - android:contentDescription="@string/no_text" |
489 |
| - app:layout_constraintBottom_toBottomOf="@+id/passQualityText" |
490 |
| - app:layout_constraintStart_toEndOf="@+id/warning" |
491 |
| - app:layout_constraintTop_toTopOf="@+id/passQualityText" |
492 |
| - app:srcCompat="@drawable/alert_circle_check_outline" |
493 |
| - app:tint="@color/black" /> |
494 | 496 |
|
495 | 497 | </androidx.constraintlayout.widget.ConstraintLayout>
|
496 | 498 | </androidx.core.widget.NestedScrollView>
|
|
0 commit comments