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

Commit e624579b authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽 Committed by Romain Hunault
Browse files

3952-Q-Call_button_background_color_issue

parent 655dfb2b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,5 +47,5 @@
  <color name="call_subject_divider">#d8d8d8</color>

  <!-- Text color for the SEND & CALL button on the call subject dialog. -->
  <color name="call_subject_button">#00c853</color>
  <color name="call_subject_button">@lineageos.platform:color/color_default_green1</color>
</resources>
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ import android.content.ContentResolver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.res.ColorStateList;
import android.content.res.Configuration;
import android.content.res.Resources;
import android.database.Cursor;
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@
          android:contentDescription="@string/description_dial_button"
          android:src="@drawable/quantum_ic_call_white_24"
          android:visibility="invisible"
          app:backgroundTint="@color/dialer_call_green"
          android:theme="@style/customFloatingActionButton"
          app:elevation="@dimen/floating_action_button_translation_z"/>
    </RelativeLayout>
  </LinearLayout>
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@
      android:src="@drawable/quantum_ic_call_vd_theme_24"
      android:tint="?colorIconOnUnthemedDarkBackground"
      android:visibility="invisible"
      app:backgroundTint="@color/dialer_call_green"
      android:theme="@style/customFloatingActionButton"
      app:colorControlNormal="?colorIconOnUnthemedDarkBackground"
      app:elevation="@dimen/floating_action_button_translation_z"/>
</view>
+2 −2
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@
    <View
        android:layout_width="match_parent"
        android:layout_height="1dp"
        android:background="#e3e3e3"/>
        android:background="@lineageos.platform:color/color_default_divider"/>

  </LinearLayout>

@@ -149,7 +149,7 @@
  <View
      android:layout_width="match_parent"
      android:layout_height="1dp"
      android:background="#e3e3e3"/>
      android:background="@lineageos.platform:color/color_default_divider"/>

  <Space
      android:layout_width="match_parent"
Loading