correct tint colors.
This commit is contained in:
parent
4c69721ce5
commit
7f2eeb464b
2 changed files with 4 additions and 2 deletions
|
|
@ -198,7 +198,8 @@
|
|||
android:hapticFeedbackEnabled="true"
|
||||
app:layout_constraintRight_toRightOf="@+id/exercise_image"
|
||||
app:layout_constraintTop_toTopOf="@+id/exercise_image"
|
||||
app:srcCompat="@drawable/ic_about" />
|
||||
app:srcCompat="@drawable/ic_about"
|
||||
android:tint="@color/black"/>
|
||||
|
||||
</android.support.constraint.ConstraintLayout>
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@
|
|||
android:padding="4dp"
|
||||
app:layout_constraintRight_toRightOf="@+id/exercise_image"
|
||||
app:layout_constraintTop_toTopOf="@+id/exercise_image"
|
||||
app:srcCompat="@drawable/ic_about" />
|
||||
app:srcCompat="@drawable/ic_about"
|
||||
android:tint="@color/black"/>
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/exercise_checkbox"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue