Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14c5d2e4 authored by Mohit Mali's avatar Mohit Mali
Browse files

Change views color according to system accent color

parent e327265d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
        android:layout_marginBottom="@dimen/floating_action_button_margin_bottom"
        android:contentDescription="@string/action_menu_dialpad_button"
        android:src="@drawable/quantum_ic_dialpad_white_24"
        app:backgroundTint="@color/dialer_secondary_color"
        app:backgroundTint="@color/dialtacts_theme_color"
        app:elevation="@dimen/floating_action_button_translation_z" />

    <!-- Host container for the contact tile drag shadow -->
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@
        android:contentDescription="@string/description_dial_button"
        android:src="@drawable/quantum_ic_call_vd_theme_24"
        android:tint="#ffffff"
        app:backgroundTint="@color/dialpad_fab_green"
        app:backgroundTint="@color/dialtacts_theme_color"
        app:colorControlNormal="#ffffff"
        app:elevation="@dimen/floating_action_button_translation_z" />
</view>