summaryrefslogtreecommitdiff
path: root/InCallUI/res/layout/answer_fragment.xml
diff options
context:
space:
mode:
authorChiao Cheng <chiaocheng@google.com>2013-07-23 13:30:19 -0700
committerChiao Cheng <chiaocheng@google.com>2013-07-24 14:52:07 -0700
commita152b4605cd8f441257f8b561fb8b1473e34c8a9 (patch)
tree76a9dc7c6c7f4a6d4d019423b97e012f7e410f44 /InCallUI/res/layout/answer_fragment.xml
parent65c46da8d41a40110e19b0bbe3bc86ac341e3cbd (diff)
Integrating mute and speaker buttons.
* Adding base classes for presenter, ui and fragments. * Moved common presenter integration logic into base fragment. * Adding presenter to handle button logic. * Integrated disconnect and text from glowpad to presenter. * Changed in-call buttons to be invisible so they do not show under transparent glowpad. Change-Id: I446db149769b5cf1abce960ecede01effeabfe1e
Diffstat (limited to 'InCallUI/res/layout/answer_fragment.xml')
-rw-r--r--InCallUI/res/layout/answer_fragment.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/InCallUI/res/layout/answer_fragment.xml b/InCallUI/res/layout/answer_fragment.xml
index b334a1215..bad43d660 100644
--- a/InCallUI/res/layout/answer_fragment.xml
+++ b/InCallUI/res/layout/answer_fragment.xml
@@ -16,7 +16,7 @@
-->
<!-- TODO(klp): move out to separate file -->
-<com.android.incallui.AnswerUi
+<com.android.incallui.GlowPadWrapper
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:dc="http://schemas.android.com/apk/res-auto"
@@ -29,7 +29,7 @@
android:layout_centerHorizontal="true"
android:gravity="center"
android:layout_gravity="bottom|center_horizontal"
- android:background="#000"
+ android:background="#00000000"
dc:targetDrawables="@array/incoming_call_widget_3way_targets"
dc:targetDescriptions="@array/incoming_call_widget_3way_target_descriptions"