mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-10 09:00:41 +01:00
Automatic color correction
Change-Id: I3c041cc23e768ed2479143ec573e9d9243228f42
This commit is contained in:
parent
39359f7d24
commit
fb2c41cb21
@ -94,7 +94,7 @@
|
||||
android:text="@string/create_new_room"
|
||||
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/addRoomToSpaceToolbar" />
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/nextButton"
|
||||
style="@style/VectorButtonStyle"
|
||||
style="?materialButtonStyle"
|
||||
android:layout_gravity="end"
|
||||
android:layout_marginStart="14dp"
|
||||
android:layout_marginEnd="14dp"
|
||||
|
Loading…
x
Reference in New Issue
Block a user