mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Fix some accent colors introduced in v1.0
This commit is contained in:
parent
e857052e37
commit
8c3963eb5d
6 changed files with 13 additions and 13 deletions
|
@ -4,5 +4,5 @@
|
|||
|
||||
<corners android:radius="40dp" />
|
||||
|
||||
<solid android:color="@color/riotx_accent" />
|
||||
</shape>
|
||||
<solid android:color="?colorAccent" />
|
||||
</shape>
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
android:visibility="visible"
|
||||
app:icon="@drawable/ic_plus_circle"
|
||||
app:iconPadding="13dp"
|
||||
app:iconTint="@color/riotx_accent"
|
||||
app:iconTint="?colorAccent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/addByMatrixId" />
|
||||
|
||||
|
|
|
@ -30,7 +30,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"
|
||||
|
@ -52,7 +52,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"
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
android:id="@+id/action_submit"
|
||||
android:icon="@drawable/ic_material_done"
|
||||
android:title="@string/ok"
|
||||
app:iconTint="@color/riotx_accent"
|
||||
app:iconTint="?colorAccent"
|
||||
app:showAsAction="always" />
|
||||
|
||||
</menu>
|
||||
</menu>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
android:icon="@drawable/ic_video"
|
||||
android:title="@string/action_video_call"
|
||||
android:visible="false"
|
||||
app:iconTint="@color/riotx_accent"
|
||||
app:iconTint="?colorAccent"
|
||||
app:showAsAction="always"
|
||||
tools:visible="true" />
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
|||
android:icon="@drawable/ic_phone"
|
||||
android:title="@string/call"
|
||||
android:visible="false"
|
||||
app:iconTint="@color/riotx_accent"
|
||||
app:iconTint="?colorAccent"
|
||||
app:showAsAction="always"
|
||||
tools:visible="true" />
|
||||
|
||||
|
@ -58,4 +58,4 @@
|
|||
app:showAsAction="never"
|
||||
tools:visible="true" />
|
||||
|
||||
</menu>
|
||||
</menu>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
android:key="ADD_EMAIL_PREFERENCE_KEY"
|
||||
android:order="100"
|
||||
android:title="@string/settings_add_email_address"
|
||||
app:iconTint="@color/riotx_accent" />
|
||||
app:iconTint="?colorAccent" />
|
||||
|
||||
<!-- Phone will be added here -->
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
|||
android:key="ADD_PHONE_NUMBER_PREFERENCE_KEY"
|
||||
android:order="200"
|
||||
android:title="@string/settings_add_phone_number"
|
||||
app:iconTint="@color/riotx_accent" />
|
||||
app:iconTint="?colorAccent" />
|
||||
|
||||
<im.vector.riotx.core.preference.VectorPreference
|
||||
android:order="1000"
|
||||
|
@ -134,4 +134,4 @@
|
|||
|
||||
</im.vector.riotx.core.preference.VectorPreferenceCategory>
|
||||
|
||||
</androidx.preference.PreferenceScreen>
|
||||
</androidx.preference.PreferenceScreen>
|
||||
|
|
Loading…
Add table
Reference in a new issue