summaryrefslogtreecommitdiffstats
path: root/java/com/android/incallui/rtt/impl/res/drawable
diff options
context:
space:
mode:
authorwangqi <wangqi@google.com>2018-03-01 13:58:01 -0800
committerCopybara-Service <copybara-piper@google.com>2018-03-01 15:08:35 -0800
commit604e481f53eccaefc6763498b525b6e88d9e08e1 (patch)
treee362686302bbc3952dedb539f46d560a6e567559 /java/com/android/incallui/rtt/impl/res/drawable
parent0cf82d3d03c13236f7bfea2ae4ffd3e11a4ecb07 (diff)
downloadandroid_packages_apps_Dialer-604e481f53eccaefc6763498b525b6e88d9e08e1.tar.gz
android_packages_apps_Dialer-604e481f53eccaefc6763498b525b6e88d9e08e1.tar.bz2
android_packages_apps_Dialer-604e481f53eccaefc6763498b525b6e88d9e08e1.zip
Implement overflow menu for RTT call.
Bug: 67596257 Test: manual PiperOrigin-RevId: 187529383 Change-Id: I6ef6593a79ef0c4fb407284eede966a1eaabcd1e
Diffstat (limited to 'java/com/android/incallui/rtt/impl/res/drawable')
-rw-r--r--java/com/android/incallui/rtt/impl/res/drawable/overflow_menu_background.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/java/com/android/incallui/rtt/impl/res/drawable/overflow_menu_background.xml b/java/com/android/incallui/rtt/impl/res/drawable/overflow_menu_background.xml
new file mode 100644
index 000000000..614298679
--- /dev/null
+++ b/java/com/android/incallui/rtt/impl/res/drawable/overflow_menu_background.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
+ -->
+<shape xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="rectangle">
+ <solid android:color="@android:color/white"/>
+ <corners android:radius="2dp"/>
+</shape> \ No newline at end of file