summaryrefslogtreecommitdiff
path: root/InCallUI/res/layout/call_card_content.xml
diff options
context:
space:
mode:
Diffstat (limited to 'InCallUI/res/layout/call_card_content.xml')
-rw-r--r--InCallUI/res/layout/call_card_content.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/InCallUI/res/layout/call_card_content.xml b/InCallUI/res/layout/call_card_content.xml
index 6d0ee8802..28eb1e23a 100644
--- a/InCallUI/res/layout/call_card_content.xml
+++ b/InCallUI/res/layout/call_card_content.xml
@@ -102,7 +102,8 @@
<include layout="@layout/manage_conference_call_button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_alignTop="@id/photo" />
+ android:layout_alignTop="@id/photo"
+ android:elevation="@dimen/secondary_call_elevation" />
<!-- Placeholder for the dialpad which is replaced with the dialpad fragment when shown. -->
<FrameLayout
@@ -111,7 +112,8 @@
android:layout_gravity="bottom|center_horizontal"
android:layout_alignParentBottom="true"
android:layout_width="match_parent"
- android:layout_height="match_parent" />
+ android:layout_height="match_parent"
+ android:elevation="@dimen/dialpad_elevation" />
<fragment android:name="com.android.incallui.AnswerFragment"
android:id="@+id/answerFragment"