summaryrefslogtreecommitdiff
path: root/java/com/android/incallui/rtt/impl/res/values/styles.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-03-30 01:00:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-03-30 01:00:54 +0000
commit26bc51ec4b3cbf88c334f1ed8e23ccf458b8b933 (patch)
tree91e691c7d40231dff2223be410624da8755a4f06 /java/com/android/incallui/rtt/impl/res/values/styles.xml
parentd3d4066fff2aa9a7c1ace76b193a06a9ce7e5c2d (diff)
parent2789d6a0014209f7bafa8a8cc15f88b1edfa3f61 (diff)
Merge "UI adjustment to RTT screen."
Diffstat (limited to 'java/com/android/incallui/rtt/impl/res/values/styles.xml')
-rw-r--r--java/com/android/incallui/rtt/impl/res/values/styles.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/java/com/android/incallui/rtt/impl/res/values/styles.xml b/java/com/android/incallui/rtt/impl/res/values/styles.xml
index bbacde813..667cd1241 100644
--- a/java/com/android/incallui/rtt/impl/res/values/styles.xml
+++ b/java/com/android/incallui/rtt/impl/res/values/styles.xml
@@ -40,4 +40,10 @@
<item name="android:theme">@style/ButtonTheme</item>
<item name="android:background">?attr/selectableItemBackground</item>
</style>
+
+ <style name="OverflowMenu">
+ <item name="android:popupAnimationStyle">@android:style/Animation.Dialog</item>
+ <item name="android:popupBackground">@drawable/overflow_menu_background</item>
+ <item name="android:popupElevation">@dimen/rtt_overflow_menu_elevation</item>
+ </style>
</resources> \ No newline at end of file