Automatic color correction

Change-Id: Iafca6ed0e7774dfc3d0f5cf104aa0a9cd8e4c896
This commit is contained in:
SpiritCroc 2021-02-20 15:41:40 +01:00
parent ca0b360875
commit c77e34361a
3 changed files with 8 additions and 8 deletions

View file

@ -59,7 +59,7 @@
android:layout_height="40dp"
android:layout_marginEnd="12dp"
android:background="@drawable/bg_rounded_button"
android:backgroundTint="@color/riotx_accent"
android:backgroundTint="?colorAccent"
android:clickable="true"
android:contentDescription="@string/call_notification_answer"
android:focusable="true"

View file

@ -34,7 +34,7 @@
style="@style/AttachmentTypeSelectorButton"
android:contentDescription="@string/attachment_type_camera"
android:src="@drawable/ic_attachment_camera_white_24dp"
tools:background="@color/riotx_accent" />
tools:background="?colorAccent" />
<TextView
style="@style/AttachmentTypeSelectorLabel"
@ -56,7 +56,7 @@
style="@style/AttachmentTypeSelectorButton"
android:contentDescription="@string/attachment_type_gallery"
android:src="@drawable/ic_attachment_gallery_white_24dp"
tools:background="@color/riotx_accent" />
tools:background="?colorAccent" />
<TextView
style="@style/AttachmentTypeSelectorLabel"
@ -78,7 +78,7 @@
style="@style/AttachmentTypeSelectorButton"
android:contentDescription="@string/attachment_type_file"
android:src="@drawable/ic_attachment_file_white_24dp"
tools:background="@color/riotx_accent" />
tools:background="?colorAccent" />
<TextView
style="@style/AttachmentTypeSelectorLabel"
@ -109,7 +109,7 @@
style="@style/AttachmentTypeSelectorButton"
android:contentDescription="@string/attachment_type_audio"
android:src="@drawable/ic_attachment_audio_white_24dp"
tools:background="@color/riotx_accent" />
tools:background="?colorAccent" />
<TextView
style="@style/AttachmentTypeSelectorLabel"
@ -131,7 +131,7 @@
style="@style/AttachmentTypeSelectorButton"
android:contentDescription="@string/attachment_type_contact"
android:src="@drawable/ic_attachment_contact_white_24dp"
tools:background="@color/riotx_accent" />
tools:background="?colorAccent" />
<TextView
style="@style/AttachmentTypeSelectorLabel"
@ -153,7 +153,7 @@
style="@style/AttachmentTypeSelectorButton"
android:contentDescription="@string/attachment_type_sticker"
android:src="@drawable/ic_attachment_stickers_white_24dp"
tools:background="@color/riotx_accent" />
tools:background="?colorAccent" />
<TextView
style="@style/AttachmentTypeSelectorLabel"

View file

@ -19,7 +19,7 @@
android:layout_width="56dp"
android:layout_height="56dp"
android:background="@drawable/bg_rounded_button"
android:backgroundTint="@color/riotx_accent"
android:backgroundTint="?colorAccent"
android:clickable="true"
android:contentDescription="@string/call_notification_answer"
android:focusable="true"