use theme notice color
This commit is contained in:
parent
4c4ec6cfe8
commit
cb0e93c43e
|
@ -28,7 +28,7 @@
|
|||
android:layout_marginTop="16dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_monitor"
|
||||
android:tint="@color/riotx_notice_secondary"
|
||||
android:tint="?vctr_notice_secondary"
|
||||
app:layout_constraintEnd_toStartOf="@id/smartphoneIcon"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/use_latest_riot" />
|
||||
|
@ -40,7 +40,7 @@
|
|||
android:layout_marginTop="16dp"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_smartphone"
|
||||
android:tint="@color/riotx_notice_secondary"
|
||||
android:tint="?vctr_notice_secondary"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/monitorIcon"
|
||||
app:layout_constraintTop_toBottomOf="@+id/use_latest_riot" />
|
||||
|
|
Loading…
Reference in New Issue