mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
update icon tint
This commit is contained in:
parent
25d2c2e2c6
commit
449be02f53
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
android:contentDescription="@string/monitor_content_description"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_monitor"
|
||||
android:tint="?riotx_text_primary"
|
||||
android:tint="@color/riotx_notice_secondary"
|
||||
app:layout_constraintEnd_toStartOf="@id/smartphoneIcon"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/use_latest_riot" />
|
||||
|
@ -41,7 +41,7 @@
|
|||
android:contentDescription="@string/monitor_content_description"
|
||||
android:scaleType="fitCenter"
|
||||
android:src="@drawable/ic_smartphone"
|
||||
android:tint="?riotx_text_primary"
|
||||
android:tint="@color/riotx_notice_secondary"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/monitorIcon"
|
||||
app:layout_constraintTop_toBottomOf="@+id/use_latest_riot" />
|
||||
|
|
Loading…
Reference in a new issue