mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 11:48:51 +03:00
use theme notice color
This commit is contained in:
parent
4c4ec6cfe8
commit
cb0e93c43e
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue