summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/rtt/impl/res/color
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-06-02 02:25:58 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-06-02 02:25:58 +0000
commit911e2871cfa01c80ee9603d3ab4f0bcaad65f564 (patch)
tree40c597ed4397c3687c807d21b30076c6c7d64fb1 /java/com/android/incallui/rtt/impl/res/color
parent2c3d81eeac82472d06027bc65d661e16735c8608 (diff)
parenta2aa5f3097fe3ca8e64a378095260448a29f5c5f (diff)
Merge changes I380bc932,Ida32182c,I61636776,I7957078a,Id35c3ebf, ...
* changes: Internal change Remove @GenerateTestDaggerApp from RCG. Fix color in RTT call screen. Updating PhotoInfo and GlidePhotoManager to support conference calls. Solve BiDi problem when phone number is concatenated with RTL-string Fix color of primary text on incall screen. Inlined ConfigProviderBindings.get() and removed ConfigProviderBindings. Removed isUserUnlocked checks from ConfigProvider. Add new spam API which can query additional data. Fix color of name text in call log. Removed static configProvider field in ConfigProviderBindings. Change RTT transcript screen to use toolbar. UI fixes for emergency numbers in the old call log. Fix title and icon color of action bar. Update speakEasy colors and use theme_dialer_light Add new default interface. Fix missing background color Also check call configuration for disconnected call Add toast message when RTT request failed. Update button color. Some minor tweaks to the UI. Fix dialpad theme on incall screen. Accommodate long call time text in call details. Fix color of checked button on incall screen. Use geocode as label for businesses. Add inject method to generated component by RCG.
Diffstat (limited to 'java/com/android/incallui/rtt/impl/res/color')
-rw-r--r--java/com/android/incallui/rtt/impl/res/color/submit_button_background_color.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/java/com/android/incallui/rtt/impl/res/color/submit_button_background_color.xml b/java/com/android/incallui/rtt/impl/res/color/submit_button_background_color.xml
new file mode 100644
index 000000000..0da2c374a
--- /dev/null
+++ b/java/com/android/incallui/rtt/impl/res/color/submit_button_background_color.xml
@@ -0,0 +1,21 @@
+<?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