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

Commit 2980b8c0 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge branch '3659-Q-reject_button_color_issue' into 'v1-q'

3659-Q-reject_button_color_issue

## Description
- reject button looks not good with accent color. reverse back to white color


## Issue(s)
- e/backlog#3659

## Test environment

<How to prepare the test environment>
- build apk against `3659-Q-reject_button_color_issue` feature branch & install in the device

## Test procedures

<What should be performed with this MR>
- go to dialer app, make any call check the reject button.
- or, receive any phone call, check the reject button.

In both cases, button should be white in red color.

## Technical details

<Any relevant detail regarding choicies for the implementation>
- use hard-coded white color instead of sdk color.

## Screenshots

<Screenshots of the MR results>
![Screenshot_20210826-213714_Phone](/uploads/52a8ba18df77e5f581ba4605361e96ee/Screenshot_20210826-213714_Phone.png)

## Check list

- [X] Self review
- [X] Test procedure explained
- [X] Tested on fresh install
- [X] Tested applied as an update
- [ ] License
- [ ] Internal documentation
- [ ] User documentation

See merge request e/os/android_packages_apps_Dialer!42
parents ce38e44f 297e6dee
Loading
Loading
Loading
Loading
Loading
+2 −3
Original line number Original line Diff line number Diff line
@@ -17,9 +17,8 @@
        android:width="24dp"
        android:width="24dp"
        android:height="24dp"
        android:height="24dp"
        android:viewportWidth="24.0"
        android:viewportWidth="24.0"
        android:viewportHeight="24.0"
        android:viewportHeight="24.0" >
        android:tint="?colorIcon">
    <path
    <path
        android:fillColor="?colorIcon"
        android:fillColor="@android:color/white"
        android:pathData="M12,9c-1.6,0 -3.15,0.25 -4.6,0.72v3.1c0,0.39 -0.23,0.74 -0.56,0.9 -0.98,0.49 -1.87,1.12 -2.66,1.85 -0.18,0.18 -0.43,0.28 -0.7,0.28 -0.28,0 -0.53,-0.11 -0.71,-0.29L0.29,13.08c-0.18,-0.17 -0.29,-0.42 -0.29,-0.7 0,-0.28 0.11,-0.53 0.29,-0.71C3.34,8.78 7.46,7 12,7s8.66,1.78 11.71,4.67c0.18,0.18 0.29,0.43 0.29,0.71 0,0.28 -0.11,0.53 -0.29,0.71l-2.48,2.48c-0.18,0.18 -0.43,0.29 -0.71,0.29 -0.27,0 -0.52,-0.11 -0.7,-0.28 -0.79,-0.74 -1.69,-1.36 -2.67,-1.85 -0.33,-0.16 -0.56,-0.5 -0.56,-0.9v-3.1C15.15,9.25 13.6,9 12,9z"/>
        android:pathData="M12,9c-1.6,0 -3.15,0.25 -4.6,0.72v3.1c0,0.39 -0.23,0.74 -0.56,0.9 -0.98,0.49 -1.87,1.12 -2.66,1.85 -0.18,0.18 -0.43,0.28 -0.7,0.28 -0.28,0 -0.53,-0.11 -0.71,-0.29L0.29,13.08c-0.18,-0.17 -0.29,-0.42 -0.29,-0.7 0,-0.28 0.11,-0.53 0.29,-0.71C3.34,8.78 7.46,7 12,7s8.66,1.78 11.71,4.67c0.18,0.18 0.29,0.43 0.29,0.71 0,0.28 -0.11,0.53 -0.29,0.71l-2.48,2.48c-0.18,0.18 -0.43,0.29 -0.71,0.29 -0.27,0 -0.52,-0.11 -0.7,-0.28 -0.79,-0.74 -1.69,-1.36 -2.67,-1.85 -0.33,-0.16 -0.56,-0.5 -0.56,-0.9v-3.1C15.15,9.25 13.6,9 12,9z"/>
</vector>
</vector>