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

Commit a4f2caec authored by wangqi's avatar wangqi Committed by Copybara-Service
Browse files

Fix color in RTT call screen.

Bug: 79883035
Test: manual
PiperOrigin-RevId: 198884630
Change-Id: I61636776c234a4000dbaf1e206ffd0429364d942
parent 6ad72f66
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2018 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License
  -->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
  <item android:state_enabled="false"
      android:color="#BDBDBD" />
  <item android:color="#FFFFFF" />
</selector>
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -62,11 +62,11 @@
        android:layout_height="53dp"
        android:layout_gravity="bottom"
        android:background="@drawable/input_bubble_background"
        android:backgroundTint="?colorIcon"
        android:backgroundTint="@color/submit_button_background_color"
        android:backgroundTintMode="multiply"
        android:contentDescription="@string/content_description_rtt_check_button"
        android:src="@drawable/quantum_ic_done_vd_theme_24"
        android:tint="?android:attr/colorPrimary"
        android:tint="@color/submit_button_color"
        android:visibility="gone"/>
  </LinearLayout>

+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@
    <item name="android:statusBarColor">@android:color/transparent</item>
    <item name="android:navigationBarColor">@android:color/transparent</item>
    <item name="android:windowDrawsSystemBarBackgrounds">true</item>
    <item name="android:colorPrimaryDark">@color/dialer_theme_color_dark</item>
    <item name="colorPrimaryDark">@color/dialer_theme_color_dark</item>

    <item name="dialpad_key_button_touch_tint">?attr/colorPrimary20pct</item>
    <item name="dialpad_style">@style/InCallDialpad</item>